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=2e3956c5ee86b477366c3c7e86458e70ecd75b4d;hb=a4a53bbbbcca1a6a6022d1efd7d02dd49be2f6f2;hpb=628a2b4f87056f05ff44ca093f34c18c810b1ca9 diff --git a/backends/Makefile b/backends/Makefile index 2e3956c..e6365d3 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -77,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)