]> git.sesse.net Git - mlt/blobdiff - src/modules/resample/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / resample / Makefile
index c4cc9cb771b4d52bb2a3ad273236993f1d55bc83..b9d9fa551f5821b892b46a23a3b02346e7c53e97 100644 (file)
@@ -28,7 +28,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