]> git.sesse.net Git - mlt/blobdiff - src/modules/westley/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / westley / Makefile
index 37c490b4bbdc59afbd84d88d36cfcb408f7f095f..dda026e47e09a8fd894314929bec9c9cdf29dcb0 100644 (file)
@@ -29,8 +29,8 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
-       install -m 644 westley.dtd "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -m 644 westley.dtd "$(DESTDIR)$(prefix)/share/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend