X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fnormalize%2FMakefile;h=923c2238a7e5661d668dbe93dc6b2776cd9af898;hb=7bb6ac03343e15d3126ff1dc3a988a9f7ff32dd8;hp=1237c7bdb27d245b410301dda99eafaff857cfca;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/modules/normalize/Makefile b/src/modules/normalize/Makefile index 1237c7b..923c223 100644 --- a/src/modules/normalize/Makefile +++ b/src/modules/normalize/Makefile @@ -19,14 +19,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