X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=d81c8e597f2ffd9d5d5951688186915cd0f08e0b;hb=68be9a916b628ef3bd5051e4276a58474a5e2d22;hp=0000000000000000000000000000000000000000;hpb=bd852e1e921986093e9fd323d50ca9626a810453;p=inn-innduct.git diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..d81c8e5 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,17 @@ +AUTOMAKE_OPTIONS=foreign + +INCLUDES = -I/usr/include/inn + +bin_PROGRAMS = innduct +innduct_SOURCES = innduct.c __oop-read-copy.c +innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop + +autoconf: + aclocal-1.4 + autoheader2.50 + autoconf2.50 + automake-1.4 + perl -i.bak -pe '$$_="" if m/^(?:Makefile|config\.h):/..m/^$$/' \ + Makefile.in + +GENERATED_SHIP = configure config.h.in Makefile.in