chiark / gitweb /
wip split into multiple files and make compile
[innduct.git] / Makefile.am
index e9a82befde301def10ea6216aee003bb12a4e3f0..cf76515103a64e91d243badd17704ba2f3a9ea96 100644 (file)
@@ -16,7 +16,9 @@ WARNINGS= \
 CFLAGS = @CFLAGS@ $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS)
 
 bin_PROGRAMS = innduct
-innduct_SOURCES = innduct.c __oop-read-copy.c
+innduct_SOURCES = innduct.c conn.c filemon.c infile.c recv.c xmit.c \
+               cli.c defer.c help.c statemc.c __oop-read-copy.c
+
 innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop
 
 autoconf: