From ee4cf097ada10712c9487d773238b0b96a51d282 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Mon, 12 Feb 2007 19:55:54 +0000 Subject: From Albert Chin: Gnutls can be located in a different place than the other libs. svn path=/trunk/; revision=20796 --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') 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: -- cgit v1.2.3