From 6359fe05124668d6ec09909b085b49593d695b20 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Jul 2007 20:03:41 +0000 Subject: Fix bundled SLV2 client building. git-svn-id: http://svn.drobilla.net/lad/slv2@658 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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 -- cgit v1.2.1