X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2FMakefile;h=a02e0ec5f59be75194f65b6e730b0adfd224210c;hb=3902731cb8a9622204d584c4962c74e2a5a35428;hp=7b6c2ab8c0f65b62056558a97bfc2d35692c6a8a;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index 7b6c2ab..a02e0ec 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -1,12 +1,13 @@ include ../../../config.mak +include config.mak TARGET = ../libmltsox$(LIBSUF) OBJS = factory.o \ filter_sox.o -CFLAGS += `libst-config --cflags` -I../../ -LDFLAGS += -lst `libst-config --libs` +CFLAGS += -I../../ + LDFLAGS += -L../../framework -lmlt SRCS := $(OBJS:.o=.c) @@ -26,7 +27,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