diff options
author | Flavio Ceolin <flavio.ceolin@gmail.com> | 2014-08-12 23:49:11 -0300 |
---|---|---|
committer | Flavio Ceolin <flavio.ceolin@gmail.com> | 2014-08-14 23:38:49 -0300 |
commit | 68dd8bd3e1100e26d037de24416541df5525905d (patch) | |
tree | 4ed3779d4888dc24a484dea46bb56d09dacfa1e2 /Makefile.am | |
parent | 77fb1afabb5721f785111d9ee12764cd742f23b5 (diff) |
Fix basic CFLAGS
Pulseaudio cflags should be used only by pulseaudio backend.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b16e34d..9cfbf8b 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -5,8 +5,7 @@ AM_CFLAGS = \ | |||
5 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ | 5 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
6 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 6 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
7 | -I$(top_srcdir)/src/lib/ \ | 7 | -I$(top_srcdir)/src/lib/ \ |
8 | @EFL_CFLAGS@ \ | 8 | @EFL_CFLAGS@ |
9 | @PULSE_CFLAGS@ | ||
10 | 9 | ||
11 | MAINTAINERCLEANFILES = \ | 10 | MAINTAINERCLEANFILES = \ |
12 | aclocal.m4 \ | 11 | aclocal.m4 \ |