mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 07:23:44 +02:00
3rd attempt to Add the ability to build without trashing the source tree
Hopefully this take care of all situations.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Written by Richard Ash following Gary Vaughan's Autobook
|
||||
|
||||
PORTAUDIO_CFLAGS = -I${srcdir}/../portaudio-v19/include
|
||||
SNDFILE_CFLAGS = -I${srcdir}/../libsndfile/src
|
||||
SNDFILE_CFLAGS = -I${builddir}/../libsndfile/src
|
||||
|
||||
# tell aclocal that extra macros can be found in autotools/m4/
|
||||
ACLOCAL_AMFLAGS = -I autotools/m4
|
||||
|
||||
Reference in New Issue
Block a user