diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-13 19:37:02 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-13 19:37:02 +0100 |
commit | 8660860404db3fed04a1d9373d6b90a8f173c809 (patch) | |
tree | 4b704676b0f673eae5c55a68816ab7e949eea3b9 /drumgizmo | |
parent | d9dd27e74544ed616b517b0a3f0fadcc4029cf67 (diff) |
Remove wavfile.la in output module dir.
Diffstat (limited to 'drumgizmo')
-rw-r--r-- | drumgizmo/output/wavfile/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drumgizmo/output/wavfile/Makefile.am b/drumgizmo/output/wavfile/Makefile.am index ae0eb76..ad26294 100644 --- a/drumgizmo/output/wavfile/Makefile.am +++ b/drumgizmo/output/wavfile/Makefile.am @@ -26,4 +26,4 @@ wavfile_la_LIBADD = wavfile_la_SOURCES = $(wavfilebuildsources) install-exec-hook: - rm -f $(DESTDIR)$(libdir)/alsa.la + rm -f $(DESTDIR)$(libdir)/wavfile.la |