]> git.sesse.net Git - mlt/blobdiff - src/modules/effectv/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / effectv / Makefile
index a3ca6bc2f830359867c1adf73fddc5b06bb31405..19d8fdf556c853260ab179ced257d033c4a367d5 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