X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=5ef6eb2dfa0b280b4216c0a8cee44a175fcfb778;hb=4ed2712bbdac2182c7c0d6477ac77c9f92aaf02a;hp=5b8ac04af52b6e94c92aad0a8a64bab45711bcd2;hpb=15934f863eff9ee542f8b65fb7335ad944508f2f;p=mlt diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 5b8ac04a..5ef6eb2d 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -1,5 +1,5 @@ -TARGET=libmltcore.so +TARGET = ../libmltcore.so OBJS = factory.o \ producer_ppm.o \ @@ -7,7 +7,7 @@ OBJS = factory.o \ filter_greyscale.o \ transition_composite.o -CFLAGS=-I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread +CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread SRCS := $(OBJS:.o=.c)