aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2d8def4..f2b5310 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,3 @@
-bin_PROGRAMS = nfcollect
-nfcollect_SOURCES = nflog.c commit.c main.c
+bin_PROGRAMS = nfcollect nfextract
+nfcollect_SOURCES = commit.c collect.c common.c nfcollect.c
+nfextract_SOURCES = common.c extract.c nfextract.c