Factory implementation
[melted] / mlt / src / modules / sdl / Makefile
index 5107441..b527594 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`