From af4a73a52329318d6a120eab009eb8fdb0dc5949 Mon Sep 17 00:00:00 2001 From: Olivier Biot Date: Wed, 14 Apr 2004 18:42:19 +0000 Subject: 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 --- epan/ftypes/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/ftypes/Makefile.am') 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 @@ -44,6 +44,8 @@ libftypes_la_SOURCES = \ ftype-time.c \ ftype-tvbuff.c +libftypes_la_LIBADD = @GLIB_LIBS@ @PCRE_LIBS@ + EXTRA_DIST = \ Makefile.nmake -- cgit v1.2.3