]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / gtk2 / Makefile
index d2011ac0caa8aa43e7c7ea991b7344e45b73013b..7990bc9201ad11ce7451269a5827466ce779087e 100644 (file)
@@ -53,7 +53,7 @@ clean:
                rm -f $(OBJS) $(ASM_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