summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-30 20:03:41 +0000
committerDavid Robillard <d@drobilla.net>2007-07-30 20:03:41 +0000
commit6359fe05124668d6ec09909b085b49593d695b20 (patch)
treec98e1bec23091095a59cc248a7d110f8b463c8ba /hosts
parent17fd7e8edb3335cc133200979154421e8402df64 (diff)
downloadlilv-6359fe05124668d6ec09909b085b49593d695b20.tar.gz
lilv-6359fe05124668d6ec09909b085b49593d695b20.tar.bz2
lilv-6359fe05124668d6ec09909b085b49593d695b20.zip
Fix bundled SLV2 client building.
git-svn-id: http://svn.drobilla.net/lad/slv2@658 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r--hosts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/Makefile.am b/hosts/Makefile.am
index 068a25b..67fde28 100644
--- a/hosts/Makefile.am
+++ b/hosts/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = -std=c99 -I$(top_srcdir) @REDLAND_CFLAGS@
+AM_CFLAGS = -std=c99 -I$(top_srcdir) @REDLAND_CFLAGS@ @SLV2_CFLAGS@
if WITH_JACK