diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-25 16:02:56 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-25 16:03:50 +0200 | 
| commit | 80edadf77e6761817e5148c0d5fad2168a8f823c (patch) | |
| tree | 54a5bd40358b21602d0158315e221e5fb8da1862 | |
| parent | 6341e7d6264d35395476e20b3253187c1b14307b (diff) | |
Don't put .a and .la files in lv2 folder on install.
| -rw-r--r-- | plugin/Makefile.am | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 2b4ff3e..6016340 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -59,9 +59,9 @@ drumgizmo_vst_la_LIBADD = vst/libvstsdk.la \  	$(top_srcdir)/src/libdg.la -install-exec-hook: -	rm -f $(DESTDIR)$(libdir)/lv2/drumgizmo.lv2/drumgizmo.la -	rm -f $(DESTDIR)$(libdir)/vst/drumgizmo_vst.la +install-data-hook: +	rm -f $(lv2plugindir)/drumgizmo.la +	rm -f $(vstplugindir)/drumgizmo_vst.la  EXTRA_DIST = \ | 
