]> git.sesse.net Git - mlt/blobdiff - mlt/src/modules/sdl/Makefile
Factory implementation
[mlt] / mlt / src / modules / sdl / Makefile
index 510744121eb40d4a53d90ad8b4ed4bd7d775e7d3..b5275940e148e92a966778ffc0f9d731dde118af 100644 (file)
@@ -1,10 +1,10 @@
 
-TARGET = libmltsdl.so
+TARGET = ../libmltsdl.so
 
 OBJS = factory.o \
           consumer_sdl.o 
 
-CFLAGS=-I../../ `sdl-config --cflags` -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -I../../ `sdl-config --cflags` -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 LDFLAGS= `sdl-config --libs`