summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-05 22:31:24 +0000
committerDavid Robillard <d@drobilla.net>2008-02-05 22:31:24 +0000
commit988dbbc9170009520a01139a4e8b7e467b34dbc1 (patch)
treef5602bdff09455b6b265354b88d0aa41434c729e
parentb23235402b2e0770b6599a413ba364337755e704 (diff)
downloadlilv-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
-rw-r--r--hosts/Makefile.am2
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