X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2FMakefile;h=f60d23350aa455b59041b172061d4a3a81090a33;hb=c2ba4f6cd34bcaf908deb0b404d5a8e28fe2f39a;hp=13f59ad82a52d372f5af2b161e40620ef5944eea;hpb=66ee48cf0b9448e670cfa19dfbbdc06193288181;p=melted diff --git a/src/modules/vmfx/Makefile b/src/modules/vmfx/Makefile index 13f59ad..f60d233 100644 --- a/src/modules/vmfx/Makefile +++ b/src/modules/vmfx/Makefile @@ -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 @@ -22,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)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend