aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-01-23 19:46:55 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-01-23 19:46:55 +0000
commit1776daa374dde349f841a4a522ba3350cd4f015c (patch)
treee5fda52042e864f5d836b3539f374d2af16bf1af /gtk
parent10778a6ab1fe20daabc952ee736c478e826ddd33 (diff)
Have build succeed even if portaudio is located somewhere else than any other libraries in use.
svn path=/trunk/; revision=20533
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 9163992c1c..cb4b6ca5ca 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -146,7 +146,8 @@ EXTRA_DIST = \
win32-file-dlg.h
# Common headers
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) $(PORTAUDIO_INCLUDES)
+
doxygen:
if HAVE_DOXYGEN