mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-08 16:10:10 +01:00
Migrated Automake script variable INCLUDE to AM_CPPFLAGS
This commit is contained in:
parent
55dcf4a956
commit
9ff52beba7
@ -22,13 +22,7 @@
|
|||||||
## It is actually included when a makefile.am is coverted to Makefile.in
|
## It is actually included when a makefile.am is coverted to Makefile.in
|
||||||
## by automake, so it's ok to have @MACROS@ that will be set by configure
|
## by automake, so it's ok to have @MACROS@ that will be set by configure
|
||||||
|
|
||||||
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||||
## INCLUDES is automatically added to CXXFLAGS at compile time. The
|
|
||||||
## $(top_srcdir) macro is set by configure. It's important to use $(top_srcdir)
|
|
||||||
## in case a user decides to build in a separate directory from the base package
|
|
||||||
## directory. Using absolute, or relative paths is a bad idea.
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
|
||||||
|
|
||||||
|
|
||||||
# doc directory
|
# doc directory
|
||||||
pkgdocdir=$(prefix)/doc/@PACKAGE@
|
pkgdocdir=$(prefix)/doc/@PACKAGE@
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user