X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=0c81bdf84cc11ad18cba76008aadaefdcff24327;hb=0fc4837b335b5918aab7818ff1432a8f61c4ce05;hp=70e04b1e4259a9a5869c732c5af330ceeb940cb7;hpb=f5a438b319b560eccf511ebf3eed5db9edbac1de;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 70e04b1..0c81bdf 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -2,14 +2,14 @@ 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../framework -L../modules -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)