aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-16 07:34:52 +0200
committerMax Kellermann <max@duempel.org>2011-09-16 07:35:46 +0200
commitd8c829fa0ce155ffe22a697250f66b741fc29f09 (patch)
tree33c1022b06551e45a33a7ea54958bc74f41a9851 /configure.ac
parent2ed870c8546ce4654f956beea60546260d98a85c (diff)
downloadmpd-d8c829fa0ce155ffe22a697250f66b741fc29f09.tar.gz
mpd-d8c829fa0ce155ffe22a697250f66b741fc29f09.tar.xz
mpd-d8c829fa0ce155ffe22a697250f66b741fc29f09.zip
configure.ac: pass AM_CXXFLAGS, AM_CPPFLAGS to Makefile.am
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 559284332..24b9a857d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,9 @@ PKG_PROG_PKG_CONFIG
dnl ---------------------------------------------------------------------------
dnl Declare Variables
dnl ---------------------------------------------------------------------------
+AC_SUBST(AM_CPPFLAGS,"")
AC_SUBST(AM_CFLAGS,"")
+AC_SUBST(AM_CXXFLAGS,"")
AC_SUBST(MPD_LIBS)
AC_SUBST(MPD_CFLAGS)