+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[melted] / src / modules / vmfx / Makefile
index 98eb547..75bb76d 100644 (file)
@@ -4,6 +4,7 @@ TARGET = ../libmltvmfx$(LIBSUF)
 
 OBJS = factory.o \
           filter_chroma.o \
+          filter_chroma_hold.o \
           filter_shape.o \
           producer_pgm.o
 
@@ -28,7 +29,7 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)
 include .depend