]> git.sesse.net Git - mlt/blobdiff - src/modules/normalize/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / normalize / Makefile
index eaec6eca11c52f34da21cec9d6343c2ee9c9a3f7..923c2238a7e5661d668dbe93dc6b2776cd9af898 100644 (file)
@@ -26,7 +26,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