X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Ftest%2FMakefile;h=5a10be2fede85fd948fead4aa4800fce86990673;hb=7494c523c06d7a54da55075f40a71643cc700712;hp=00252e3a6465d04e624c425cb524fc0ea28c2781;hpb=3723979ad22879a279252dea99bda209b480d57e;p=melted diff --git a/mlt++/test/Makefile b/mlt++/test/Makefile index 00252e3..5a10be2 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 `pkg-config mlt-framework --cflags` -I ../src +LDFLAGS+=-L../src -lmlt++ -lmiracle -lvalerie `pkg-config mlt-framework --libs` CC=c++ all: play server @@ -16,4 +18,8 @@ clean: $(RM) play play.o $(RM) server server.o +distclean: clean + install: + +uninstall: