diff options
author | Max Kellermann <max@duempel.org> | 2014-06-11 08:38:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-06-11 09:27:17 +0200 |
commit | 0801b3f495aac982bc7d009d7ae81d8e3041db0c (patch) | |
tree | 4b6835cd065384b0f3f49aa56303d45834062518 /Makefile.am | |
parent | 657f00fe36aaa0f1304eb897a9f6f642df4128ed (diff) | |
download | mpd-0801b3f495aac982bc7d009d7ae81d8e3041db0c.tar.gz mpd-0801b3f495aac982bc7d009d7ae81d8e3041db0c.tar.xz mpd-0801b3f495aac982bc7d009d7ae81d8e3041db0c.zip |
configure.ac: check for Boost
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
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"' |