]> git.sesse.net Git - mlt/blobdiff - src/tests/Makefile
More configure and build tuning
[mlt] / src / tests / Makefile
index 3c7dd7898279be12d779b235801351e22b383087..70e04b1e4259a9a5869c732c5af330ceeb940cb7 100644 (file)
@@ -1,11 +1,16 @@
+include ../../config.mak
+
 TARGET = dan charlie pango pixbuf dissolve luma
 
-CFLAGS = -I .. -Wall -rdynamic -pthread
+CFLAGS += -I.. -rdynamic
 
-LDFLAGS = -L ../framework -lmlt 
+LDFLAGS += -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl
 
 all: $(TARGET)
 
+hello:         hello.o
+                       $(CC) hello.o -o $@ -L ../framework -L ../modules -lmlt
+
 pango:         pango.o
                        $(CC) pango.o -o $@ $(LDFLAGS)