blob: 2e9e996a0e4b21cc49667268ba5c4a35edd7abb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib-src/libnyquist/Makefile.am.orig 2016-01-08 22:05:48 UTC
+++ lib-src/libnyquist/Makefile.am
@@ -3,7 +3,7 @@
# Written by Richard Ash following Gary Vaughan's Autobook
PORTAUDIO_CFLAGS = -I${srcdir}/../portaudio-v19/include
-SNDFILE_CFLAGS = -I${builddir}/../libsndfile/src
+#SNDFILE_CFLAGS = -I${builddir}/../libsndfile/src
# tell aclocal that extra macros can be found in autotools/m4/
ACLOCAL_AMFLAGS = -I autotools/m4
|