X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2FMakefile;h=f60d23350aa455b59041b172061d4a3a81090a33;hb=c2ba4f6cd34bcaf908deb0b404d5a8e28fe2f39a;hp=83e766515f9bca24f698d61e29334ebea46a2b95;hpb=6ce35f4e77ab6f0c32c3e2c0f39d77bafbc493a1;p=melted diff --git a/src/modules/vmfx/Makefile b/src/modules/vmfx/Makefile index 83e7665..f60d233 100644 --- a/src/modules/vmfx/Makefile +++ b/src/modules/vmfx/Makefile @@ -3,6 +3,9 @@ include ../../../config.mak TARGET = ../libmltvmfx$(LIBSUF) OBJS = factory.o \ + filter_chroma.o \ + filter_chroma_hold.o \ + filter_mono.o \ filter_shape.o \ producer_pgm.o @@ -20,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