aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-07 05:22:54 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-07 05:22:54 +0000
commit726a1caaf1c717a5784beb2fb5a05900552563f0 (patch)
tree3f861f04f60e8872bcf7f82f56de654af93a7590 /epan/Makefile.common
parent545d54ae745aa147ffa2e883dd0b982b56f86761 (diff)
- Remove GLIB1 code
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 88dbed64bb..067af5dc96 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -95,7 +95,6 @@ LIBWIRESHARK_SRC = \
uat.c \
unicode-utils.c \
value_string.c \
- ws_strsplit.c \
xdlc.c \
xmlstub.c
@@ -235,7 +234,6 @@ LIBWIRESHARK_INCLUDES = \
uat-int.h \
unicode-utils.h \
value_string.h \
- ws_strsplit.h \
x264_prt_id.h \
xdlc.h \
xmlstub.h