]> git.sesse.net Git - mlt/blobdiff - Makefile
Complete reorganization and renaming to usable state.
[mlt] / Makefile
index 21f01cca4858ec5c1beabed26a30124284e815e2..513a780ead6f3bb6e04841b3b081e4c65688699b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,15 +30,13 @@ install:
        install -d "$(DESTDIR)$(libdir)/mlt"
        install -d "$(DESTDIR)$(libdir)/pkgconfig"
        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/"
        list='$(SUBDIRS)'; \
        for subdir in $$list; do \
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \
        done; \
        if test -z "$(DESTDIR)"; then \
-         /sbin/ldconfig 2> /dev/null || true; \
+         /sbin/ldconfig -n "$(DESTDIR)$(libdir)" 2> /dev/null || true; \
        fi
 
 uninstall: