X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2FMakefile;h=7d2868d8d531c1a4c23e4a07497a5de7f6601a79;hb=1971a6aa9301e7c841b7dda42eab6fff7d69763c;hp=ace8f33f959ba296920a2bec40c4f24f7d1228e4;hpb=f70074c3af087552451c36058f8da16a31e58379;p=melted diff --git a/src/modules/dv/Makefile b/src/modules/dv/Makefile index ace8f33..7d2868d 100644 --- a/src/modules/dv/Makefile +++ b/src/modules/dv/Makefile @@ -22,14 +22,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