X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2FMakefile;h=2343ec94ae18816b1a0f102053990828f8ab4fd7;hb=af847be9c8b4ba034f16b7186bef138d2cddfb3f;hp=3d86b9dd87e4ae126ca1e594a85ddb254803618a;hpb=483de81671e49dd7500496691d168f38d7224a2d;p=mlt diff --git a/src/modules/vmfx/Makefile b/src/modules/vmfx/Makefile index 3d86b9dd..2343ec94 100644 --- a/src/modules/vmfx/Makefile +++ b/src/modules/vmfx/Makefile @@ -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