diff options
author | Max Kellermann <max@duempel.org> | 2011-09-16 07:34:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-16 07:35:46 +0200 |
commit | d8c829fa0ce155ffe22a697250f66b741fc29f09 (patch) | |
tree | 33c1022b06551e45a33a7ea54958bc74f41a9851 /Makefile.am | |
parent | 2ed870c8546ce4654f956beea60546260d98a85c (diff) | |
download | mpd-d8c829fa0ce155ffe22a697250f66b741fc29f09.tar.gz mpd-d8c829fa0ce155ffe22a697250f66b741fc29f09.tar.xz mpd-d8c829fa0ce155ffe22a697250f66b741fc29f09.zip |
configure.ac: pass AM_CXXFLAGS, AM_CPPFLAGS to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b3620bdeb..5e6747e6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 subdir-objects -AM_CPPFLAGS = -I$(srcdir)/src $(GLIB_CFLAGS) +AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS) AM_CPPFLAGS += -DSYSTEM_CONFIG_FILE_LOCATION='"$(sysconfdir)/mpd.conf"' |