diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-12-05 23:45:37 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-12-05 23:45:37 +0100 |
commit | 64d4f8d1b55d7f3f4099bd185ca326b5331798cc (patch) | |
tree | 0a4c980f30db06a02e26468b22b90b59043d5ab5 /drumgizmo/output/wavfile/Makefile.am | |
parent | 07ab6e89cdc218636246191251c229ac289502b2 (diff) |
Clean up cli client module names. Fix autotools paths.
Diffstat (limited to 'drumgizmo/output/wavfile/Makefile.am')
-rw-r--r-- | drumgizmo/output/wavfile/Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drumgizmo/output/wavfile/Makefile.am b/drumgizmo/output/wavfile/Makefile.am index 732cc33..ae0eb76 100644 --- a/drumgizmo/output/wavfile/Makefile.am +++ b/drumgizmo/output/wavfile/Makefile.am @@ -4,7 +4,7 @@ wavfilesources = \ if HAVE_OUTPUT_WAVFILE -wavfileltlibs = libwavfile.la +wavfileltlibs = wavfile.la wavfilebuildsources = $(wavfilesources) else @@ -21,6 +21,9 @@ lib_LTLIBRARIES = $(wavfileltlibs) libdir = $(OUTPUT_PLUGIN_DIR) AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include $(SNDFILE_CFLAGS) -libwavfile_la_LDFLAGS = $(SNDFILE_LIBS) -libwavfile_la_LIBADD = -libwavfile_la_SOURCES = $(wavfilebuildsources) +wavfile_la_LDFLAGS = $(SNDFILE_LIBS) -module -avoid-version -shared +wavfile_la_LIBADD = +wavfile_la_SOURCES = $(wavfilebuildsources) + +install-exec-hook: + rm -f $(DESTDIR)$(libdir)/alsa.la |