X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Finigo%2FMakefile;h=b2e297f131a37cc4911ffe44dfbed5aa8371da6e;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=2318559805761c5fb2973ceb408ca7da037b351d;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/inigo/Makefile b/src/modules/inigo/Makefile index 2318559..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) @@ -26,7 +26,7 @@ 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