diff options
author | David Robillard <d@drobilla.net> | 2007-02-24 20:50:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-24 20:50:24 +0000 |
commit | a31b02eb66102b32c2453918222995581a915673 (patch) | |
tree | 6accffb7f4bcc537d447383b3fcf45641737ffc0 /hosts | |
parent | 450edf64e77aac04285dbaf9fb36b6ee9cc1c46d (diff) | |
download | lilv-a31b02eb66102b32c2453918222995581a915673.tar.gz lilv-a31b02eb66102b32c2453918222995581a915673.tar.bz2 lilv-a31b02eb66102b32c2453918222995581a915673.zip |
Distribution build fixes (pass make distcheck).
git-svn-id: http://svn.drobilla.net/lad/slv2@336 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/Makefile.am | 2 |
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) |