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/input/test/Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'drumgizmo/input/test/Makefile.am') diff --git a/drumgizmo/input/test/Makefile.am b/drumgizmo/input/test/Makefile.am index 0b65a67..35466ab 100644 --- a/drumgizmo/input/test/Makefile.am +++ b/drumgizmo/input/test/Makefile.am @@ -4,7 +4,7 @@ testsources = \ if HAVE_INPUT_TEST -testltlibs = libtest.la +testltlibs = test.la testbuildsources = $(testsources) else @@ -21,6 +21,9 @@ lib_LTLIBRARIES = $(testltlibs) libdir = $(INPUT_PLUGIN_DIR) AM_CPPFLAGS = -I$(top_srcdir)/include -libtest_la_LDFLAGS = -libtest_la_LIBADD = -libtest_la_SOURCES = $(testbuildsources) +test_la_LDFLAGS = -module -avoid-version -shared +test_la_LIBADD = +test_la_SOURCES = $(testbuildsources) + +install-exec-hook: + rm -f $(DESTDIR)$(libdir)/test.la -- cgit v1.2.3