]> git.sesse.net Git - mlt/blobdiff - src/modules/rotoscoping/Makefile
Move burningtv into plusgpl module.
[mlt] / src / modules / rotoscoping / Makefile
index bd1025fa7e2d408669eda47076f5bb33be957172..f3f2dec09473bfc417dac3d63f464b6674e3f25a 100644 (file)
@@ -7,7 +7,8 @@ include ../../../config.mak
 TARGET = ../libmltrotoscoping$(LIBSUF)
 
 OBJS = factory.o \
-          filter_rotoscoping.o
+          filter_rotoscoping.o \
+          cJSON.o
 
 
 LDFLAGS += -lm
@@ -29,7 +30,9 @@ clean:
                rm -f $(OBJS) $(TARGET)
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -m 755 $(TARGET) "$(DESTDIR)$(moduledir)"
+       install -d $(DESTDIR)$(mltdatadir)/rotoscoping
+       install -m 644 filter_rotoscoping.yml "$(DESTDIR)$(mltdatadir)/rotoscoping"
 
 ifneq ($(wildcard .depend),)
 include .depend