]> git.sesse.net Git - mlt/blobdiff - src/modules/core/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / core / Makefile
index 86d0b44ab398829620830617c408fabb3d2ba600..b904a326f0f71770bd64f3fe1831c1d9b6e988fc 100644 (file)
@@ -53,8 +53,8 @@ clean:
                rm -f $(OBJS) $(ASM_OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
-       install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend