]> git.sesse.net Git - mlt/blobdiff - Makefile
Fix serializing xmldata in kdenlivetitle (kdenlive-1841).
[mlt] / Makefile
index c3ad4c49693f7b38e56a6e7e35adb6ac0f088564..de66bb7407151d1c12bb9a530442973d726503c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ SUBDIRS = src/framework \
                  src/mlt++ \
                  src/melt \
                  src/modules \
+                 src/swig \
                  profiles
 
 all clean:
@@ -35,9 +36,9 @@ install:
        for subdir in $$list; do \
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \
        done; \
-       if test -z "$(DESTDIR)"; then \
-         /sbin/ldconfig -n "$(DESTDIR)$(libdir)" 2> /dev/null || true; \
-       fi
+#      if test -z "$(DESTDIR)"; then \
+#        /sbin/ldconfig -n "$(DESTDIR)$(libdir)" 2> /dev/null || true; \
+#      fi
 
 uninstall:
        rm -f "$(DESTDIR)$(bindir)"/mlt-config