]> git.sesse.net Git - mlt/blobdiff - src/modules/core/Makefile
Factory implementation
[mlt] / src / modules / core / Makefile
index 5b8ac04af52b6e94c92aad0a8a64bab45711bcd2..5ef6eb2dfa0b280b4216c0a8cee44a175fcfb778 100644 (file)
@@ -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)