]> git.sesse.net Git - mlt/blobdiff - src/modules/plus/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / plus / Makefile
index b2bc473f1e444061c01e8991109b867da0bc7951..29eac4d037453542924698831281a09d8c0ebefc 100644 (file)
@@ -30,7 +30,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