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