X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fsrc%2FMakefile.in;h=d0fb155bdffa7ed30803225d7eb66a60f9669aa8;hb=fac440745fc2b6e8fc1c2bcaa9ffb888662898a7;hp=8c36fb6fe5ec26b06ef367a9aec244b944f5052e;hpb=fa5cd0e6595d211591cc8eebfa81874b03b6162d;p=citadel.git diff --git a/ctdlsh/src/Makefile.in b/ctdlsh/src/Makefile.in index 8c36fb6fe..d0fb155bd 100644 --- a/ctdlsh/src/Makefile.in +++ b/ctdlsh/src/Makefile.in @@ -46,7 +46,7 @@ CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_ctdlsh_OBJECTS = main.$(OBJEXT) sockets.$(OBJEXT) \ - datetime.$(OBJEXT) passwd.$(OBJEXT) + datetime.$(OBJEXT) passwd.$(OBJEXT) shutdown.$(OBJEXT) ctdlsh_OBJECTS = $(am_ctdlsh_OBJECTS) ctdlsh_LDADD = $(LDADD) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) @@ -145,7 +145,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -ctdlsh_SOURCES = main.c sockets.c ctdlsh.h datetime.c passwd.c +ctdlsh_SOURCES = main.c sockets.c ctdlsh.h datetime.c passwd.c shutdown.c all: all-am .SUFFIXES: @@ -230,6 +230,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datetime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shutdown.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockets.Po@am__quote@ .c.o: