]> git.sesse.net Git - mlt/blobdiff - Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / Makefile
index 5d127b438f6371ac805eb34d43f7e3097eb9457d..1beb864fcecf0568e6221c42e7e3b8af99377733 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,9 @@ install:
        install -d "$(DESTDIR)$(prefix)/bin"
        install -d "$(DESTDIR)$(prefix)/include"
        install -d "$(DESTDIR)$(libdir)"
+       install -d "$(DESTDIR)$(libdir)/mlt"
        install -d "$(DESTDIR)$(libdir)/pkgconfig"
-       install -d "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -d "$(DESTDIR)$(prefix)/share/mlt"
        install -c -m 755 mlt-config "$(DESTDIR)$(bindir)"
        install -c -m 644 *.pc "$(DESTDIR)$(libdir)/pkgconfig"
        install -m 644 packages.dat "$(DESTDIR)$(prefix)/share/mlt/"