X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=ac2b4a35e173ad682142737e6dc9a2f5cfa9ad92;hb=a38adfca2f3d3313218ca5243bac69bf1ae61dc1;hp=c85ebe041e9533f1b8e21b5e741658f420521254;hpb=a4799884f16e60db669cdf7ce6e15f160e3c7613;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index c85ebe0..ac2b4a3 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 -lmltdv -lmltsdl 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)