summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-20 00:55:42 +0100
committerDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-20 00:55:42 +0100
commitbc41fdb20d04ad7f42d5ff28f32a9b3ff3ca52f3 (patch)
treefd5e8e2a1e877e60eb5a0148a6fae0ba43af4a10 /src/Makefile.am
parentbd70e8053165bdee620356cdff02c3979d7138e7 (diff)
Include the alsa/ subdirectory for modules in the search path.
Without this, out of tree builds fails.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fbe9e914..17e14be8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,6 +56,8 @@ AM_CFLAGS = \
-I$(top_builddir)/src/modules/gconf \
-I$(top_srcdir)/src/modules/bluetooth \
-I$(top_builddir)/src/modules/bluetooth \
+ -I$(top_srcdir)/src/modules/alsa \
+ -I$(top_builddir)/src/modules/alsa \
-I$(top_srcdir)/src/modules/raop \
$(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS \
$(LTDLINCL) \