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