aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/Makefile.am
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-04-14 18:42:19 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-04-14 18:42:19 +0000
commitaf4a73a52329318d6a120eab009eb8fdb0dc5949 (patch)
tree31673e9d7c268849593fecac0a5b0f414793bb00 /epan/ftypes/Makefile.am
parent27ca219d2b84ce668590826d8415985bd45b8e05 (diff)
At last compiling on CygWin works again! Added the missing PCRE and GLIB
libraries to libftypes. Provide caching of computed configure tests. svn path=/trunk/; revision=10600
Diffstat (limited to 'epan/ftypes/Makefile.am')
-rw-r--r--epan/ftypes/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/ftypes/Makefile.am b/epan/ftypes/Makefile.am
index a67fcb872e..fc6965fe21 100644
--- a/epan/ftypes/Makefile.am
+++ b/epan/ftypes/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am,v 1.7 2004/03/24 21:27:44 obiot Exp $
+# $Id: Makefile.am,v 1.8 2004/04/14 18:42:19 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -44,6 +44,8 @@ libftypes_la_SOURCES = \
ftype-time.c \
ftype-tvbuff.c
+libftypes_la_LIBADD = @GLIB_LIBS@ @PCRE_LIBS@
+
EXTRA_DIST = \
Makefile.nmake