summaryrefslogtreecommitdiffstats
path: root/hosts/Makefile.am
diff options
context:
space:
mode:
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