X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=3b48d274a91f5e2c421bac38631c43ffcac9142d;hb=6ff5549dc913d3976ef611d4c056b0fcb5d520e5;hp=e6883dd8959f7a585b2ef0bfc8620969b8f46548;hpb=b6a2f96c4bb16dcbb03d45f90a8b833f3c6dda8e;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index e6883dd..3b48d27 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -2,7 +2,7 @@ TARGET = dan charlie pango pixbuf dissolve luma CFLAGS = -O3 -I .. -Wall -rdynamic -pthread -LDFLAGS = -L ../framework -lmlt +LDFLAGS = -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl ifeq ($(MLT_GPROF),true) CFLAGS+=-p