]> git.sesse.net Git - mlt/blobdiff - src/modules/qt/Makefile
Finalize qimage->qt rename
[mlt] / src / modules / qt / Makefile
index 9edf31bfb91442bdf5d3f3316e32b78b3a1429d6..d725e7cee850ee3cafca8bea876b0e255b9cae65 100644 (file)
@@ -5,7 +5,7 @@ LDFLAGS += -L../../framework -lmlt -lpthread -lm -L../../mlt++ -lmlt++
 include ../../../config.mak
 include config.mak
 
-TARGET = ../libmltqimage$(LIBSUF)
+TARGET = ../libmltqt$(LIBSUF)
 
 OBJS = factory.o producer_qimage.o producer_kdenlivetitle.o
 CPPOBJS = qimage_wrapper.o \
@@ -46,8 +46,8 @@ clean:
 
 install: all
        install -m 755 $(TARGET) "$(DESTDIR)$(moduledir)"
-       install -d "$(DESTDIR)$(mltdatadir)/qimage"
-       install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/qimage"
+       install -d "$(DESTDIR)$(mltdatadir)/qt"
+       install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/qt"
 
 ifneq ($(wildcard .depend),)
 include .depend