summaryrefslogtreecommitdiffstats
path: root/hosts/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-08 17:32:25 +0000
committerDavid Robillard <d@drobilla.net>2007-04-08 17:32:25 +0000
commit224d4e5098a19c957966cebb10b605e64bbe4c12 (patch)
treebec75916b29dd4926380bfc44d3e815e909c491d /hosts/Makefile.am
parentf649db6cde35b90daa9d2144c0db22405d6584f6 (diff)
downloadlilv-224d4e5098a19c957966cebb10b605e64bbe4c12.tar.gz
lilv-224d4e5098a19c957966cebb10b605e64bbe4c12.tar.bz2
lilv-224d4e5098a19c957966cebb10b605e64bbe4c12.zip
Jack MIDI API compatibility hacks.
git-svn-id: http://svn.drobilla.net/lad/slv2@420 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts/Makefile.am')
-rw-r--r--hosts/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/Makefile.am b/hosts/Makefile.am
index 25c49a7..b07e74f 100644
--- a/hosts/Makefile.am
+++ b/hosts/Makefile.am
@@ -14,7 +14,12 @@ 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 \
lv2_jack_host.c
+lv2_simple_jack_host_SOURCES = \
+ jack_compat.c \
+ lv2_simple_jack_host.c
+
endif