X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trunk%2Fsrc%2FMakefile.am;fp=trunk%2Fsrc%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=4a2a65ece88edbfdfda338e263370f292e311228;hp=fa46d22aae762e2d43fab7baa432a0eec5b9a56f;hpb=85718e4dcaf5f34496f629e45a47ec91145c6f9e;p=iptables.git diff --git a/trunk/src/Makefile.am b/trunk/src/Makefile.am deleted file mode 100644 index fa46d22..0000000 --- a/trunk/src/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/libipulog/include - -sbin_PROGRAMS = fprobe-ulog -fprobe_ulog_SOURCES = fprobe-ulog.c fprobe-ulog.h \ - netflow.c netflow.h \ - hash.c hash.h \ - mem.c mem.h \ - my_getopt.c my_getopt.h \ - my_log.c my_log.h \ - common.h my_inttypes.h - -man_MANS = fprobe-ulog.8 - -SUBDIRS = libipulog - -EXTRA_DIST = ${man_MANS} - -fprobe_ulog_LDADD = libipulog/libipulog.a