From 64d4f8d1b55d7f3f4099bd185ca326b5331798cc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 5 Dec 2014 23:45:37 +0100 Subject: Clean up cli client module names. Fix autotools paths. --- drumgizmo/output/alsa/Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'drumgizmo/output/alsa/Makefile.am') diff --git a/drumgizmo/output/alsa/Makefile.am b/drumgizmo/output/alsa/Makefile.am index 6fff841..9f20844 100644 --- a/drumgizmo/output/alsa/Makefile.am +++ b/drumgizmo/output/alsa/Makefile.am @@ -4,7 +4,7 @@ alsasources = \ if HAVE_OUTPUT_ALSA -alsaltlibs = libalsa.la +alsaltlibs = alsa.la alsabuildsources = $(alsasources) else @@ -21,6 +21,9 @@ lib_LTLIBRARIES = $(alsaltlibs) libdir = $(OUTPUT_PLUGIN_DIR) AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include $(ALSA_CFLAGS) -libalsa_la_LDFLAGS = $(ALSA_LIBS) -libalsa_la_LIBADD = -libalsa_la_SOURCES = $(alsabuildsources) +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