X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2FMakefile;h=7d2868d8d531c1a4c23e4a07497a5de7f6601a79;hb=1971a6aa9301e7c841b7dda42eab6fff7d69763c;hp=39abd766ac2dd7310972a5d148be8974c722c299;hpb=34c7916b96a65dbfb6d9414aca781d6292474f98;p=melted diff --git a/src/modules/dv/Makefile b/src/modules/dv/Makefile index 39abd76..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) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend