X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=65099fb80487af1ac74b74cb5441ea183e062e35;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=70e04b1e4259a9a5869c732c5af330ceeb940cb7;hpb=f5a438b319b560eccf511ebf3eed5db9edbac1de;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 70e04b1..65099fb 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -2,14 +2,15 @@ include ../../config.mak TARGET = dan charlie pango pixbuf dissolve luma -CFLAGS += -I.. -rdynamic +CFLAGS += -I.. $(RDYNAMIC) -LDFLAGS += -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl +LDFLAGS += -L../modules +LDFLAGS += -L../framework -lmlt all: $(TARGET) hello: hello.o - $(CC) hello.o -o $@ -L ../framework -L ../modules -lmlt + $(CC) hello.o -o $@ -L../framework -L../modules -lmlt pango: pango.o $(CC) pango.o -o $@ $(LDFLAGS)