aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-20 14:30:01 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-20 14:30:01 +0000
commit607fe3be71bbed005f21a62f7230eb062afebb77 (patch)
tree41a163b7b10da625f7e4b056a1c0cb1d9ee93d8f /epan/ftypes
parent5f16de65dd809f337ba2914c8c587054a2993733 (diff)
Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 .
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25327 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/Makefile.am b/epan/ftypes/Makefile.am
index 9880feedf8..c0b6665e97 100644
--- a/epan/ftypes/Makefile.am
+++ b/epan/ftypes/Makefile.am
@@ -52,7 +52,7 @@ libftypes_la_SOURCES = \
ftype-time.c \
ftype-tvbuff.c
-libftypes_la_LIBADD = @PCRE_LIBS@
+libftypes_la_LIBADD = @GLIB_LIBS@ @PCRE_LIBS@
EXTRA_DIST = \
Makefile.nmake