summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
commitaa97df1cb63bea5a635994ef758ac92b6bc8cfbf (patch)
tree16b5f9c8cdfc006b7cedfd0ddf1ea9ca0a7e742e /hosts
parentd8e1831406ab0da10025e3fa203d9d0ae5c31368 (diff)
downloadlilv-aa97df1cb63bea5a635994ef758ac92b6bc8cfbf.tar.gz
lilv-aa97df1cb63bea5a635994ef758ac92b6bc8cfbf.tar.bz2
lilv-aa97df1cb63bea5a635994ef758ac92b6bc8cfbf.zip
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r--hosts/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/hosts/Makefile.am b/hosts/Makefile.am
deleted file mode 100644
index 9570a80..0000000
--- a/hosts/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-AM_CFLAGS = -std=c99 -I$(top_srcdir) @REDLAND_CFLAGS@ @SLV2_CFLAGS@
-
-if WITH_JACK
-
-noinst_HEADERS = lv2_event.h lv2_event_helpers.h lv2_uri_map.h
-
-bin_PROGRAMS = lv2_jack_host lv2_simple_jack_host
-
-lv2_jack_host_CFLAGS = @JACK_CFLAGS@ $(AM_CFLAGS)
-
-lv2_jack_host_DEPENDENCIES = ../src/libslv2.la
-lv2_jack_host_LDADD = ../src/libslv2.la @JACK_LIBS@ @REDLAND_LIBS@
-
-lv2_simple_jack_host_LDADD = ../src/libslv2.la @JACK_LIBS@ @REDLAND_LIBS@
-
-lv2_jack_host_SOURCES = \
- jack_compat.h \
- lv2_jack_host.c
-
-lv2_simple_jack_host_SOURCES = \
- jack_compat.h \
- lv2_simple_jack_host.c
-
-endif
-