X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=blobdiff_plain;f=backends%2FMakefile;h=1d8071c937f8a7a9d27afbe130a23f00001da2f6;hp=f419e3fd6c1919d8ad0822dbd850c9ce935f9778;hb=4e748bf495b4c5c0582b877aee531dec31fc2a36;hpb=6d44aca4934937371c9c47388d8639577889463e diff --git a/backends/Makefile b/backends/Makefile index f419e3f..1d8071c 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -9,13 +9,13 @@ ALL = actmerge actsync actsyncd archive batcher buffchan \ cvtbatch filechan inndf innxmit innxbatch mod-active \ news2mail ninpaths nntpget nntpsend overchan send-ihave \ send-nntp send-uucp sendinpaths sendxbatches shlock \ - shrinkfile + shrinkfile innduct MAN = ../doc/man/send-uucp.8 SOURCES = actsync.c archive.c batcher.c buffchan.c cvtbatch.c \ filechan.c inndf.c innxbatch.c innxmit.c map.c ninpaths.c \ - nntpget.c overchan.c shlock.c shrinkfile.c + nntpget.c overchan.c shlock.c shrinkfile.c innduct.c all: $(ALL) @@ -26,7 +26,7 @@ warnings: install: all for F in actmerge actsyncd news2mail nntpsend send-ihave send-nntp \ - send-uucp sendinpaths sendxbatches ; do \ + send-uucp sendinpaths sendxbatches innduct ; do \ $(CP_XPUB) $$F $D$(PATHBIN)/$$F ; \ done $(CP_XPRI) mod-active $D$(PATHBIN)/mod-active @@ -75,6 +75,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) buffchan: buffchan.o map.o $(LIBINN) $(LINK) buffchan.o map.o $(LIBINN) $(LIBS)