From 65a1f98c1bbb1837222e2eca4a457e66cf867b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Mon, 25 Jan 2016 13:26:14 +0100 Subject: Removed outdated files --- drumgizmo/output/alsa/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 drumgizmo/output/alsa/Makefile.am (limited to 'drumgizmo/output/alsa/Makefile.am') diff --git a/drumgizmo/output/alsa/Makefile.am b/drumgizmo/output/alsa/Makefile.am deleted file mode 100644 index 9f20844..0000000 --- a/drumgizmo/output/alsa/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ - -alsasources = \ - alsa.cc - -if HAVE_OUTPUT_ALSA - -alsaltlibs = alsa.la -alsabuildsources = $(alsasources) - -else - -alsaltlibs = -alsabuildsources = - -endif - -EXTRA_DIST = $(alsasources) - -lib_LTLIBRARIES = $(alsaltlibs) - -libdir = $(OUTPUT_PLUGIN_DIR) - -AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include $(ALSA_CFLAGS) -alsa_la_LDFLAGS = $(ALSA_LIBS) -module -avoid-version -shared -alsa_la_LIBADD = -alsa_la_SOURCES = $(alsabuildsources) - -install-exec-hook: - rm -f $(DESTDIR)$(libdir)/alsa.la -- cgit v1.2.3