Have build succeed even if portaudio is located somewhere else than any other libraries in use.

svn path=/trunk/; revision=20533
This commit is contained in:
Luis Ontanon 2007-01-23 19:46:55 +00:00
parent 10778a6ab1
commit 1776daa374
1 changed files with 2 additions and 1 deletions

View File

@ -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