+ A mono filter for mask generation (not v. useful)
[melted] / src / modules / vmfx / Makefile
index 98eb547..0ee264f 100644 (file)
@@ -4,6 +4,8 @@ TARGET = ../libmltvmfx$(LIBSUF)
 
 OBJS = factory.o \
           filter_chroma.o \
+          filter_chroma_hold.o \
+          filter_mono.o \
           filter_shape.o \
           producer_pgm.o
 
@@ -21,14 +23,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