move binary modules to libdir - affects MLT_REPOSITORY
[melted] / Makefile
index 5d127b4..1beb864 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/"