aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-12 19:55:54 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-12 19:55:54 +0000
commitee4cf097ada10712c9487d773238b0b96a51d282 (patch)
tree5df7391b583a01371d4448562edf10342f18e8c1 /gtk
parentaad5a4e6b1dc0692235f0d1ccc864feac0a09dfb (diff)
From Albert Chin:
Gnutls can be located in a different place than the other libs. svn path=/trunk/; revision=20796
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 26d7af6e65..71a85f7b3b 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -146,7 +146,7 @@ EXTRA_DIST = \
win32-file-dlg.h
# Common headers
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) $(PORTAUDIO_INCLUDES)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) $(LIBGNUTLS_CFLAGS) $(PORTAUDIO_INCLUDES)
doxygen: