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