X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Finigo%2FMakefile;h=b2e297f131a37cc4911ffe44dfbed5aa8371da6e;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=c313d374980a42e80fd2a320fc41c604080e05e9;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/modules/inigo/Makefile b/src/modules/inigo/Makefile index c313d37..b2e297f 100644 --- a/src/modules/inigo/Makefile +++ b/src/modules/inigo/Makefile @@ -7,7 +7,7 @@ OBJS = factory.o \ CFLAGS += -I../.. -LDFLAGS+=-L../../framework -lmlt +LDFLAGS += -L../../framework -lmlt SRCS := $(OBJS:.o=.c) @@ -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