]> git.sesse.net Git - mlt/blobdiff - src/modules/vorbis/Makefile
qimage/configure: fix build on OS X
[mlt] / src / modules / vorbis / Makefile
index a367618fa9a794b04ea16f9a394e3abea6a1f0d4..51557e5c6cde1c936e2110c10b00cd3b5b9b9a76 100644 (file)
@@ -21,14 +21,14 @@ $(TARGET): $(OBJS)
 depend:        $(SRCS)
                $(CC) -MM $(CFLAGS) $^ 1>.depend
 
-dist-clean:    clean
+distclean:     clean
                rm -f .depend
 
 clean: 
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend