From aa97df1cb63bea5a635994ef758ac92b6bc8cfbf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:32:43 +0000 Subject: Good riddance. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1602 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/Makefile.am | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 hosts/Makefile.am (limited to 'hosts') 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 - -- cgit v1.2.1