]> git.sesse.net Git - mlt/blobdiff - src/modules/sox/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / sox / Makefile
index 0de5c29dd97a412799559df309f9a3965a592d69..a02e0ec5f59be75194f65b6e730b0adfd224210c 100644 (file)
@@ -27,7 +27,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