aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-02-13 20:57:22 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-02-13 20:57:22 +0000
commit0ebc01dc03e38726e3d6fdffb30171eda3f8f80e (patch)
tree9b8f6907fd7e6bd7e99afd8632d22b61eed1452c /epan/Makefile.common
parent1ebd7feda946b60b3a1c9841d282bfb7bd6b3b86 (diff)
From Sebastien Tandel:
Create two new files (ws_strsplit.[ch]) that use GTK2 code to override the buggy g_strsplit() function when compiling for GTK1. Include this work-around function (ws_strsplit) in libwireshark.def. Add notes on usage to README.developer. Include epan/ws_strsplit.h in all files that use g_strsplit(). svn path=/trunk/; revision=20804
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index febc2a8319..108fe0cbfb 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -91,6 +91,7 @@ LIBWIRESHARK_SRC = \
uat_load.c \
unicode-utils.c \
value_string.c \
+ ws_strsplit.c \
xdlc.c \
xmlstub.c
@@ -190,6 +191,7 @@ LIBWIRESHARK_INCLUDES = \
uat-int.h \
unicode-utils.h \
value_string.h \
+ ws_strsplit.h \
x264_prt_id.h \
xdlc.h \
xmlstub.h