chiark / gitweb /
WIP make it compile
[inn-innduct.git] / backends / Makefile
index f419e3fd6c1919d8ad0822dbd850c9ce935f9778..1d8071c937f8a7a9d27afbe130a23f00001da2f6 100644 (file)
@@ -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)