aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-06-11 08:38:57 +0200
committerMax Kellermann <max@duempel.org>2014-06-11 09:27:17 +0200
commit0801b3f495aac982bc7d009d7ae81d8e3041db0c (patch)
tree4b6835cd065384b0f3f49aa56303d45834062518 /Makefile.am
parent657f00fe36aaa0f1304eb897a9f6f642df4128ed (diff)
downloadmpd-0801b3f495aac982bc7d009d7ae81d8e3041db0c.tar.gz
mpd-0801b3f495aac982bc7d009d7ae81d8e3041db0c.tar.xz
mpd-0801b3f495aac982bc7d009d7ae81d8e3041db0c.zip
configure.ac: check for Boost
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8dd8372c6..e0d00015f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign 1.11 dist-xz subdir-objects
-AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS)
+AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS) $(BOOST_CPPFLAGS)
AM_CPPFLAGS += -DSYSTEM_CONFIG_FILE_LOCATION='"$(sysconfdir)/mpd.conf"'