Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2015-05-18 20:04:47 +0300
committeroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2015-05-18 20:04:47 +0300
commite3e15644d2187506853f8dcdc492e94f6089d69a (patch)
tree2fba4b83960ef271fc3b3080d1466d326ccab6be
parent06b4efef0d5a7f31cd4278c6583633df83773cdb (diff)
Migrated Automake script variable INCLUDE to AM_CPPFLAGS
-rw-r--r--config/am_include.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/am_include.mk b/config/am_include.mk
index a0af316..feb0195 100644
--- a/config/am_include.mk
+++ b/config/am_include.mk
@@ -22,13 +22,7 @@
## 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
-
-## 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
-
+AM_CPPFLAGS=-I$(top_srcdir)/include
# doc directory
pkgdocdir=$(prefix)/doc/@PACKAGE@