X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=116a523157c278eb8e02f5282937c7650771468a;hb=c153b3acbb7844e8dab5e86ad1cd64d34ce7aa92;hp=756a0ca847169723e7fb80814e1c9dd6000e53a3;hpb=0d0b89542d5657ecb96b02f35b1bfdd53c635cb2;p=innduct.git diff --git a/Makefile.in b/Makefile.in index 756a0ca..116a523 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,7 @@ WARNINGS = -Wall -Wformat=2 -Wno-format-zero-length -Wshadow -Wpointer-arith CFLAGS = @CFLAGS@ $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS) bin_PROGRAMS = innduct -innduct_SOURCES = innduct.c conn.c filemon.c infile.c recv.c xmit.c cli.c defer.c help.c statemc.c __oop-read-copy.c +innduct_SOURCES = duct.c conn.c filemon.c infile.c recv.c xmit.c cli.c defer.c help.c statemc.c __oop-read-copy.c innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop @@ -97,8 +97,8 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -innduct_OBJECTS = innduct.o conn.o filemon.o infile.o recv.o xmit.o \ -cli.o defer.o help.o statemc.o __oop-read-copy.o +innduct_OBJECTS = duct.o conn.o filemon.o infile.o recv.o xmit.o cli.o \ +defer.o help.o statemc.o __oop-read-copy.o innduct_DEPENDENCIES = innduct_LDFLAGS = COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -113,8 +113,8 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best DEP_FILES = .deps/__oop-read-copy.P .deps/cli.P .deps/conn.P \ -.deps/defer.P .deps/filemon.P .deps/help.P .deps/infile.P \ -.deps/innduct.P .deps/recv.P .deps/statemc.P .deps/xmit.P +.deps/defer.P .deps/duct.P .deps/filemon.P .deps/help.P .deps/infile.P \ +.deps/recv.P .deps/statemc.P .deps/xmit.P SOURCES = $(innduct_SOURCES) OBJECTS = $(innduct_OBJECTS)