]> git.sesse.net Git - mlt/blobdiff - src/modules/kino/Makefile
+ Final updates for 0.2.1 - distclean corrected, soname usage in linking, version...
[mlt] / src / modules / kino / Makefile
index 95bd66de15da4a38fbacf976db287a4632273396..e6f780bf6af763dbc949658e91302c0d55bace8a 100644 (file)
@@ -31,14 +31,14 @@ $(TARGET): $(OBJS) $(CPPOBJS)
 depend:        $(SRCS)
                $(CC) -MM $(CFLAGS) $^ 1>.depend
 
-dist-clean:    clean
+distclean:     clean
                rm -f .depend config.h config.mak
 
 clean: 
                rm -f $(OBJS) $(TARGET) $(CPPOBJS)
 
 install: all
-       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)
 include .depend