X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=blobdiff_plain;f=backends%2FMakefile;h=e6365d3437c25b3d3cfc4743d9a9e2c6cc7c5eb8;hp=1d8071c937f8a7a9d27afbe130a23f00001da2f6;hb=0556ef460c00ebe81f3c23c8bcfcfeb1f937c95d;hpb=4e748bf495b4c5c0582b877aee531dec31fc2a36 diff --git a/backends/Makefile b/backends/Makefile index 1d8071c..e6365d3 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -63,6 +63,8 @@ $(FIXSCRIPT): @echo Run configure before running make. See INSTALL for details. @exit 1 +innduct.o: CFLAGS += -Wimplicit -Wstrict-prototypes -Wmissing-prototypes + actsync: actsync.o $(LIBINN) ; $(LINK) actsync.o $(INNLIBS) archive: archive.o $(BOTH) ; $(LINK) archive.o $(STORELIBS) batcher: batcher.o $(BOTH) ; $(LINK) batcher.o $(STORELIBS) @@ -75,7 +77,7 @@ nntpget: nntpget.o $(BOTH) ; $(LINK) nntpget.o $(STORELIBS) overchan: overchan.o $(BOTH) ; $(LINK) overchan.o $(STORELIBS) shlock: shlock.o $(LIBINN) ; $(LINK) shlock.o $(INNLIBS) shrinkfile: shrinkfile.o $(LIBINN) ; $(LINK) shrinkfile.o $(INNLIBS) -innduct: innduct.o $(LIBINN) ; $(LINK) innduct.o $(INNLIBS) +innduct: innduct.o $(BOTH) ; $(LINK) innduct.o $(STORELIBS) -loop buffchan: buffchan.o map.o $(LIBINN) $(LINK) buffchan.o map.o $(LIBINN) $(LIBS)