summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
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)