X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=b904a326f0f71770bd64f3fe1831c1d9b6e988fc;hb=f4bdbe56053cc8debfdb74583977d74323a8ad0d;hp=921982429955666004db6c37715bf7eefd506e8e;hpb=0b6d1073cc02530ef10e8880c855b042b41d0bf3;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 9219824..b904a32 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -4,7 +4,6 @@ TARGET = ../libmltcore$(LIBSUF) OBJS = factory.o \ producer_colour.o \ - producer_framebuffer.o \ producer_noise.o \ producer_ppm.o \ filter_brightness.o \ @@ -54,8 +53,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