summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/Makefile.am b/hosts/Makefile.am
index aa794c5..25c49a7 100644
--- a/hosts/Makefile.am
+++ b/hosts/Makefile.am
@@ -2,6 +2,8 @@ AM_CFLAGS = -std=c99 -I$(top_srcdir) @RASQAL_CFLAGS@
if WITH_JACK
+noinst_HEADERS = lv2-miditype.h lv2-midifunctions.h
+
bin_PROGRAMS = lv2_jack_host lv2_simple_jack_host
lv2_jack_host_CFLAGS = @JACK_CFLAGS@ $(AM_CFLAGS)