diff options
author | Bill Meier <wmeier@newsguy.com> | 2008-06-21 13:31:24 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2008-06-21 13:31:24 +0000 |
commit | 74e4466834e8c48ddc664ecf9447abdbf84dca11 (patch) | |
tree | 214740fa7c898f3ce1de7b90b2642eaaba20ed26 /Makefile.common | |
parent | e8a75e9ee156278cbe83933a30e389a4584a3538 (diff) | |
download | wireshark-74e4466834e8c48ddc664ecf9447abdbf84dca11.tar.gz wireshark-74e4466834e8c48ddc664ecf9447abdbf84dca11.tar.bz2 wireshark-74e4466834e8c48ddc664ecf9447abdbf84dca11.zip |
Revert incorrect change which killed *nix buuilds...
svn path=/trunk/; revision=25504
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 11 |
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 \ |