]> git.sesse.net Git - mlt/blobdiff - src/modules/vorbis/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / vorbis / Makefile
index 57faeadc59e2170f3956f2ea953fbde92bb6f858..51557e5c6cde1c936e2110c10b00cd3b5b9b9a76 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