]> git.sesse.net Git - mlt/blobdiff - src/modules/vmfx/Makefile
Fix regression in commit f26c43f.
[mlt] / src / modules / vmfx / Makefile
index 3d86b9dd87e4ae126ca1e594a85ddb254803618a..2343ec94ae18816b1a0f102053990828f8ab4fd7 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)/vmfx"
+       install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/vmfx"
 
 ifneq ($(wildcard .depend),)
 include .depend