From 7e5b0d78f4b663e337063cd733146ba9a7f5318c Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Thu, 3 Jul 2014 12:56:51 +1000 Subject: Added ladspa install Signed-off-by: Damien Zammit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 646d466..6ee2e0c 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,12 @@ install: all install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 \ bin/"$$plugin".lv2/* ; \ done; \ - #install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa bin/*-ladspa.so + install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa bin/*-ladspa.so uninstall: for plugin in $(PLUGINS); do \ rm -rf $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 ; \ - #rm -f $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa/"$$plugin"-ladspa.so ; + rm -f $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa/"$$plugin"-ladspa.so ; done -- cgit v1.2.3