X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fplusgpl%2FMakefile;h=71de1803269582a258d8ce8fc23fe309e91f9931;hb=b2c090d6f4dec62f264e2d7c7299abb2a936c631;hp=c93f9c10649830bdccacb470e326df104f6d1d57;hpb=6a8bb637e8d2b026d2ac4d12b44156b57d04f254;p=mlt diff --git a/src/modules/plusgpl/Makefile b/src/modules/plusgpl/Makefile index c93f9c10..71de1803 100644 --- a/src/modules/plusgpl/Makefile +++ b/src/modules/plusgpl/Makefile @@ -1,12 +1,18 @@ CFLAGS += -I../.. -LDFLAGS += -L../../framework -lmlt +LDFLAGS += -L../../framework -lmlt -lm include ../../../config.mak TARGET = ../libmltplusgpl$(LIBSUF) OBJS = factory.o \ + filter_burn.o \ + filter_lumaliftgaingamma.o \ + image.o \ + utils.o \ + filter_rotoscoping.o \ + cJSON.o \ filter_telecide.o SRCS := $(OBJS:.o=.c) @@ -27,6 +33,8 @@ clean: install: all install -m 755 $(TARGET) "$(DESTDIR)$(moduledir)" + install -d $(DESTDIR)$(mltdatadir)/plusgpl + install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/plusgpl" ifneq ($(wildcard .depend),) include .depend