aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-21 13:31:24 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-21 13:31:24 +0000
commit04521c1f9bd78d095d41100ed910985c674c8cb5 (patch)
tree214740fa7c898f3ce1de7b90b2642eaaba20ed26 /Makefile.common
parent93a3e5ee4943b9b46f99a6ea2cab221342e30ff6 (diff)
Revert incorrect change which killed *nix buuilds...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25504 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common
index b48fd7db43..b51e048d46 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -204,12 +204,11 @@ mergecap_SOURCES = \
svnversion.h
# editcap specifics
-### XXX: Apparently not used ??
-###editcap_SOURCES = \
-### editcap.c \
-### epan/crypt/crypt-md5.c \
-### epan/nstime.c \
-### $(WTAP_PLUGIN_SOURCES)
+editcap_SOURCES = \
+ editcap.c \
+ epan/crypt/crypt-md5.c \
+ epan/nstime.c \
+ $(WTAP_PLUGIN_SOURCES)
capinfos_SOURCES = \
capinfos.c \