X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=ec8cd5ffd4bc86ec59fd37cd65e4ad30592cfdca;hb=1971a6aa9301e7c841b7dda42eab6fff7d69763c;hp=1842a82873ba76fa559f5d389baf4587695f67a9;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 1842a82..ec8cd5f 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -4,6 +4,7 @@ TARGET = ../libmltcore$(LIBSUF) OBJS = factory.o \ producer_colour.o \ + producer_consumer.o \ producer_noise.o \ producer_ppm.o \ filter_brightness.o \ @@ -14,6 +15,7 @@ OBJS = factory.o \ filter_greyscale.o \ filter_luma.o \ filter_mirror.o \ + filter_mono.o \ filter_obscure.o \ filter_region.o \ filter_rescale.o \ @@ -52,8 +54,8 @@ clean: rm -f $(OBJS) $(ASM_OBJS) $(TARGET) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" - install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" + install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt" ifneq ($(wildcard .depend),) include .depend