]> git.sesse.net Git - mlt/blobdiff - src/framework/Makefile
+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[mlt] / src / framework / Makefile
index 15479e0db4d4cd8540b935ecee6f26b9dede27d5..4827df18ca860dc18b21dbf3b2eea0d0fb9ac68a 100644 (file)
@@ -67,9 +67,9 @@ clean:
                rm -f $(OBJS) $(TARGET)
 
 install:
-       install -m 755 $(TARGET) $(prefix)/lib/libmlt$(LIBSUF)
-       install -d "$(prefix)/include/mlt/framework"
-       install -m 644 $(INCS) "$(prefix)/include/mlt/framework"
+       install -m 755 $(TARGET) $(DESTDIR)$(prefix)/lib/libmlt$(LIBSUF)
+       install -d "$(DESTDIR)$(prefix)/include/mlt/framework"
+       install -m 644 $(INCS) "$(DESTDIR)$(prefix)/include/mlt/framework"
 
 ifneq ($(wildcard .depend),)
 include .depend