summaryrefslogtreecommitdiffstats
path: root/_conntrack/utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '_conntrack/utils/Makefile.am')
-rw-r--r--_conntrack/utils/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/_conntrack/utils/Makefile.am b/_conntrack/utils/Makefile.am
deleted file mode 100644
index df6c556..0000000
--- a/_conntrack/utils/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
-
-bin_PROGRAMS = ctnl_test
-
-ctnl_test_SOURCES = ctnl_test.c
-ctnl_test_LDADD = ../src/libnfnetlink_conntrack.la
-ctnl_test_LDFLAGS = -dynamic
-