diff options
author | David Robillard <d@drobilla.net> | 2007-07-30 20:03:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-30 20:03:41 +0000 |
commit | 6359fe05124668d6ec09909b085b49593d695b20 (patch) | |
tree | c98e1bec23091095a59cc248a7d110f8b463c8ba /hosts | |
parent | 17fd7e8edb3335cc133200979154421e8402df64 (diff) | |
download | lilv-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.am | 2 |
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 |