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