X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2FMakefile;h=7990bc9201ad11ce7451269a5827466ce779087e;hb=cc529cc40228368ad022902a9c8b550e425a6150;hp=87465def1452ca69b38f5a2449bcc5e0c3a1ae1e;hpb=34c7916b96a65dbfb6d9414aca781d6292474f98;p=melted diff --git a/src/modules/gtk2/Makefile b/src/modules/gtk2/Makefile index 87465de..7990bc9 100644 --- a/src/modules/gtk2/Makefile +++ b/src/modules/gtk2/Makefile @@ -46,14 +46,14 @@ scale_line_22_yuv_mmx.o: scale_line_22_yuv_mmx.S depend: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend -dist-clean: clean +distclean: clean rm -f .depend clean: rm -f $(OBJS) $(ASM_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