X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fplus%2FMakefile;h=29eac4d037453542924698831281a09d8c0ebefc;hb=412ee02b6df734514820b24afaebab8939741645;hp=2577d6630330906e28b2264e70890f3f041d1be2;hpb=34c7916b96a65dbfb6d9414aca781d6292474f98;p=melted diff --git a/src/modules/plus/Makefile b/src/modules/plus/Makefile index 2577d66..29eac4d 100644 --- a/src/modules/plus/Makefile +++ b/src/modules/plus/Makefile @@ -23,14 +23,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