test/Makefile, swig/*/build: replace more mlt-config with pkg-config
[melted] / mlt++ / test / Makefile
index 11a2474..5a10be2 100644 (file)
@@ -1,7 +1,7 @@
 include ../config.mak
 
-CXXFLAGS+=-Wall -g `mlt-config --cflags` -I ../src
-LDFLAGS+=-L../src -lmlt++ -lmiracle -lvalerie `mlt-config --libs`
+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