aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-16 01:16:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-16 01:16:50 +0000
commit2d30d5beb13d0ab9485c05186ad8ddf7a808ef58 (patch)
tree3cf6fb2b9c9c3afbbb416f3c4a27a9ec46c1e987 /Makefile.common
parente4bb3006675e70e4e35fe481c9dcb6c4994ab0eb (diff)
Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific
there and moving it avoids having to recompile the file for use in editcap and mergecap (which don't link against libwireshark). svn path=/trunk/; revision=50650
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 4f5cb333cc..8ee66f40b8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -150,14 +150,12 @@ text2pcap_INCLUDES = \
# mergecap specifics
mergecap_SOURCES = \
mergecap.c \
- merge.c \
- epan/strnatcmp.c
+ merge.c
# editcap specifics
editcap_SOURCES = \
editcap.c \
epan/crypt/md5.c \
- epan/strnatcmp.c \
$(WTAP_PLUGIN_SOURCES)
# reordercap specifics