diff options
Diffstat (limited to 'hosts/Makefile.am')
-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 67fde28..b403e1b 100644 --- a/hosts/Makefile.am +++ b/hosts/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = -std=c99 -I$(top_srcdir) @REDLAND_CFLAGS@ @SLV2_CFLAGS@ if WITH_JACK -noinst_HEADERS = lv2-miditype.h lv2-midifunctions.h +noinst_HEADERS = lv2_event.h lv2_event_helpers.h bin_PROGRAMS = lv2_jack_host lv2_simple_jack_host |