diff options
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 |