summaryrefslogtreecommitdiffstats
path: root/_log/utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '_log/utils/Makefile.am')
-rw-r--r--_log/utils/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/_log/utils/Makefile.am b/_log/utils/Makefile.am
new file mode 100644
index 0000000..b0fe8a3
--- /dev/null
+++ b/_log/utils/Makefile.am
@@ -0,0 +1,8 @@
+bin_PROGRAMS = nfulnl_test
+nfulnl_test_SOURCES = nfulnl_test.c
+
+
+INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
+
+nfulnl_test_LDFLAGS = $(all_libraries) -lnfnetlink_log
+