]> git.sesse.net Git - mlt/blobdiff - src/modules/kino/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / kino / Makefile
index 4905fd7a2641b3140bbeffa138db3ca8b551f4d0..46326c759a15821ec36a1b7d9097eecad6ff0254 100644 (file)
@@ -38,7 +38,7 @@ clean:
                rm -f $(OBJS) $(TARGET) $(CPPOBJS)
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend