X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2FMakefile;h=f60d23350aa455b59041b172061d4a3a81090a33;hb=34b81fb831a966acc802d6e28b784dfaf5fcb508;hp=afb164fcb36525aa352b6b327b5ddd1eafb831d8;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/vmfx/Makefile b/src/modules/vmfx/Makefile index afb164f..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 @@ -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