summaryrefslogtreecommitdiffstats
path: root/hosts/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-08 17:55:37 +0000
committerDavid Robillard <d@drobilla.net>2007-04-08 17:55:37 +0000
commit0855210596f5a5499c7bdcd7b8084317b1ea6c7a (patch)
tree3d4e698864d345e6331172d3e9fdecdf4dd886cf /hosts/Makefile.am
parent224d4e5098a19c957966cebb10b605e64bbe4c12 (diff)
downloadlilv-0855210596f5a5499c7bdcd7b8084317b1ea6c7a.tar.gz
lilv-0855210596f5a5499c7bdcd7b8084317b1ea6c7a.tar.bz2
lilv-0855210596f5a5499c7bdcd7b8084317b1ea6c7a.zip
More Jack MIDI API compatibility jacks.
git-svn-id: http://svn.drobilla.net/lad/slv2@421 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts/Makefile.am')
-rw-r--r--hosts/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/Makefile.am b/hosts/Makefile.am
index b07e74f..a599bd4 100644
--- a/hosts/Makefile.am
+++ b/hosts/Makefile.am
@@ -14,11 +14,11 @@ lv2_jack_host_LDADD = ../src/libslv2.la @JACK_LIBS@ @RASQAL_LIBS@
lv2_simple_jack_host_LDADD = ../src/libslv2.la @JACK_LIBS@ @RASQAL_LIBS@
lv2_jack_host_SOURCES = \
- jack_compat.c \
+ jack_compat.h \
lv2_jack_host.c
lv2_simple_jack_host_SOURCES = \
- jack_compat.c \
+ jack_compat.h \
lv2_simple_jack_host.c
endif