Update ChangeLog and remove svn log from the make install target.
[melted] / src / modules / vmfx / Makefile
index afb164f..f60d233 100644 (file)
@@ -5,6 +5,7 @@ TARGET = ../libmltvmfx$(LIBSUF)
 OBJS = factory.o \
           filter_chroma.o \
           filter_chroma_hold.o \
+          filter_mono.o \
           filter_shape.o \
           producer_pgm.o
 
@@ -29,7 +30,7 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend