]> git.sesse.net Git - mlt/blobdiff - src/modules/vmfx/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / vmfx / Makefile
index 0ee264fd54dcd5b8b1807dd1bb3c3e84cb9fbf68..f60d23350aa455b59041b172061d4a3a81090a33 100644 (file)
@@ -30,7 +30,7 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend