]> git.sesse.net Git - mlt/blobdiff - src/modules/plus/Makefile
Version modules and data directories, and melt
[mlt] / src / modules / plus / Makefile
index 99faa028d721ec4111e9a1cc52d03a65c30d1f45..62019da8d75fa1bc198b0e4771be24c420794e71 100644 (file)
@@ -30,7 +30,9 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -m 755 $(TARGET) "$(DESTDIR)$(moduledir)"
+       install -d "$(DESTDIR)$(mltdatadir)/plus"
+       install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/plus"
 
 ifneq ($(wildcard .depend),)
 include .depend