]> git.sesse.net Git - mlt/blobdiff - Makefile
frei0r/factory.c: use float values for "double vars" in frei0r
[mlt] / Makefile
index 2c4766e02161bb917aaa82f9609247bece2e4c94..1beb864fcecf0568e6221c42e7e3b8af99377733 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ SUBDIRS = src/framework \
                  src/miracle \
                  src/humperdink \
                  src/albino \
-                 src/modules
+                 src/modules \
+                 profiles
 
 all clean:
        list='$(SUBDIRS)'; \
@@ -29,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/"
@@ -55,4 +57,5 @@ uninstall:
 dist:
        [ -d "mlt-$(version)" ] && rm -rf "mlt-$(version)" || echo
        svn export . "mlt-$(version)"
+       svn log > "mlt-$(version)/ChangeLog"
        tar -cvzf "mlt-$(version).tar.gz" "mlt-$(version)"