chiark / gitweb /
manpage fix and todolist entries
[inn-innduct.git] / backends / Makefile
index fca86ee70c7efd3b3775bedc7dac5ea7b1628481..bf4d10d6c42412e0239ad0c38f2f19487d4c7552 100644 (file)
@@ -57,6 +57,8 @@ LINK          = $(LIBLD) $(LDFLAGS) -o $@
 INNLIBS                = $(LIBINN) $(LIBS)
 STORELIBS      = $(BOTH) $(EXTSTORAGELIBS) $(LIBS)
 
+DUCT_OBJS      = innduct.o __oop-read-copy.o
+
 FIX            = $(FIXSCRIPT)
 
 $(FIXSCRIPT):
@@ -81,7 +83,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    $(BOTH)    ; $(LINK) innduct.o $(STORELIBS) -loop -lm
+innduct:       $(DUCT_OBJS) $(BOTH)    ; $(LINK) $(DUCT_OBJS) $(STORELIBS) -loop -lm
 
 buffchan:      buffchan.o map.o $(LIBINN)
        $(LINK) buffchan.o map.o $(LIBINN) $(LIBS)