diff options
author | David Robillard <d@drobilla.net> | 2008-02-01 03:42:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-02-01 03:42:02 +0000 |
commit | a06c7eeef68cfe87589f557570f812da4391de96 (patch) | |
tree | 39d622cef75b668721d3144c8ded8b8cf033a17c /hosts/Makefile.am | |
parent | 8c4e3d5e615e24561d183d13ee7d837fcca3c396 (diff) | |
download | lilv-a06c7eeef68cfe87589f557570f812da4391de96.tar.gz lilv-a06c7eeef68cfe87589f557570f812da4391de96.tar.bz2 lilv-a06c7eeef68cfe87589f557570f812da4391de96.zip |
Generic LV2 event support in lv2_jack_host.
git-svn-id: http://svn.drobilla.net/lad/slv2@1122 a436a847-0d15-0410-975c-d299462d15a1
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 |