]> git.sesse.net Git - mlt/blobdiff - src/modules/core/Makefile
Add datadir and mandir options to configure.
[mlt] / src / modules / core / Makefile
index 4419568db67f64fbca44901ed36492dc97bdb47b..3572821a9bbee715f4c1a4210417dcd66d4893c4 100644 (file)
@@ -59,9 +59,9 @@ clean:
 install: all
        install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
        install -d "$(DESTDIR)$(prefix)/share/mlt/core"
-       install -m 644 data_fx.properties "$(DESTDIR)$(prefix)/share/mlt/core"
-       install -m 644 loader.dict "$(DESTDIR)$(prefix)/share/mlt/core"
-       install -m 644 loader.ini "$(DESTDIR)$(prefix)/share/mlt/core"
+       install -m 644 data_fx.properties "$(DESTDIR)$(datadir)/mlt/core"
+       install -m 644 loader.dict "$(DESTDIR)$(datadir)/mlt/core"
+       install -m 644 loader.ini "$(DESTDIR)$(datadir)/mlt/core"
 
 ifneq ($(wildcard .depend),)
 include .depend