aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-09-24 10:23:20 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-09-24 10:23:20 +0000
commit60fb63783a06d76fea9d5e7b4aadcc6fb788c2e1 (patch)
tree4126610951deff7711302354939350d520823cd1 /Makefile.common
parentd06c9779a237eb90ca1bb312bc30f6648d09b523 (diff)
From Jim Young, bug 7745.
Add Makefile support for reordercap. svn path=/trunk/; revision=45090
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 642e9ba4ad..f7dbcce970 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -172,6 +172,12 @@ editcap_SOURCES = \
epan/nstime.c \
$(WTAP_PLUGIN_SOURCES)
+# reordercap specifics
+reordercap_SOURCES = \
+ reordercap.c \
+ svnversion.h
+
+# capinfos specifics
capinfos_SOURCES = \
capinfos.c \
$(WTAP_PLUGIN_SOURCES)