X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2FMakefile;h=472c5915a70f92ea445233be7b13d4a31ffe14f9;hb=d04a620d461e2fee930e50f056e53d23d56d6458;hp=a02e0ec5f59be75194f65b6e730b0adfd224210c;hpb=736ae61850659efb5b6e469ea4638d073bf64732;p=melted diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index a02e0ec..472c591 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -1,4 +1,9 @@ include ../../../config.mak + +CFLAGS += -I../.. + +LDFLAGS += -L../../framework -lmlt + include config.mak TARGET = ../libmltsox$(LIBSUF) @@ -6,10 +11,6 @@ TARGET = ../libmltsox$(LIBSUF) OBJS = factory.o \ filter_sox.o -CFLAGS += -I../../ - -LDFLAGS += -L../../framework -lmlt - SRCS := $(OBJS:.o=.c) all: $(TARGET)