aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-09-10 07:17:21 +0000
committerJörg Mayer <jmayer@loplof.de>2003-09-10 07:17:21 +0000
commite020bc8964fb06f43daed7526eab1de480d02fc5 (patch)
tree0ed8789279adb8532615dc0cb23d20bdef675f98 /gtk
parentce166e6dfbfe8892befbc3f66f0e8b303af77b8a (diff)
Albert Chin:
- AM_PROC_LIBTOOL is just an alias for AC_PROG_LIBTOOL, which is called earlier. - Use AM_CPPFLAGS instead of CFLAGS and CPPFLAGS to add inlude directories svn path=/trunk/; revision=8445
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 2d85306bfd..bafba8fac6 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
-# $Id: Makefile.am,v 1.67 2003/09/10 05:35:25 guy Exp $
+# $Id: Makefile.am,v 1.68 2003/09/10 07:17:21 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -224,3 +224,6 @@ EXTRA_DIST = \
compat_macros.h \
print_mswin.c \
print_mswin.h
+
+# Common headers
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap