X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2FMakefile;h=f60d23350aa455b59041b172061d4a3a81090a33;hb=34b81fb831a966acc802d6e28b784dfaf5fcb508;hp=75bb76dffcf0201feaa49b0cbfc8919584e04352;hpb=34c7916b96a65dbfb6d9414aca781d6292474f98;p=melted diff --git a/src/modules/vmfx/Makefile b/src/modules/vmfx/Makefile index 75bb76d..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) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend