X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Ftest%2FMakefile;h=173b572c43f7cb4c55adc5bb236c8a260cdbe563;hb=7c8efa096472fc2d30e4d07ca63ddfe380f964ab;hp=00252e3a6465d04e624c425cb524fc0ea28c2781;hpb=46e165644d95f8fe7876262edfae298812725af0;p=melted diff --git a/mlt++/test/Makefile b/mlt++/test/Makefile index 00252e3..173b572 100644 --- a/mlt++/test/Makefile +++ b/mlt++/test/Makefile @@ -1,5 +1,7 @@ -CXXFLAGS=-Wall -g `mlt-config --cflags` -I ../src -LDFLAGS=-L../src -lmlt++ +include ../config.mak + +CXXFLAGS+=-Wall -g `mlt-config --cflags` -I ../src +LDFLAGS+=-L../src -lmlt++ -lmiracle -lvalerie `mlt-config --libs` CC=c++ all: play server