diff options
author | David Robillard <d@drobilla.net> | 2008-02-05 22:31:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-02-05 22:31:24 +0000 |
commit | 988dbbc9170009520a01139a4e8b7e467b34dbc1 (patch) | |
tree | f5602bdff09455b6b265354b88d0aa41434c729e /hosts | |
parent | b23235402b2e0770b6599a413ba364337755e704 (diff) | |
download | lilv-988dbbc9170009520a01139a4e8b7e467b34dbc1.tar.gz lilv-988dbbc9170009520a01139a4e8b7e467b34dbc1.tar.bz2 lilv-988dbbc9170009520a01139a4e8b7e467b34dbc1.zip |
distcheck fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@1130 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-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 b403e1b..9570a80 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_event.h lv2_event_helpers.h +noinst_HEADERS = lv2_event.h lv2_event_helpers.h lv2_uri_map.h bin_PROGRAMS = lv2_jack_host lv2_simple_jack_host |