]> git.sesse.net Git - mlt/blobdiff - src/modules/vmfx/Makefile
+ Final updates for 0.2.1 - distclean corrected, soname usage in linking, version...
[mlt] / src / modules / vmfx / Makefile
index 83e766515f9bca24f698d61e29334ebea46a2b95..afb164fcb36525aa352b6b327b5ddd1eafb831d8 100644 (file)
@@ -3,6 +3,8 @@ include ../../../config.mak
 TARGET = ../libmltvmfx$(LIBSUF)
 
 OBJS = factory.o \
+          filter_chroma.o \
+          filter_chroma_hold.o \
           filter_shape.o \
           producer_pgm.o
 
@@ -20,14 +22,14 @@ $(TARGET): $(OBJS)
 depend:        $(SRCS)
                $(CC) -MM $(CFLAGS) $^ 1>.depend
 
-dist-clean:    clean
+distclean:     clean
                rm -f .depend
 
 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