]> git.sesse.net Git - mlt/blobdiff - src/examples/Makefile
Fix compilation error in previous commit.
[mlt] / src / examples / Makefile
index 6b0e9f422cbf5152fd26b554feb8645a0210f606..0fabce85ff361f078daa6958484320d980082193 100644 (file)
@@ -1,5 +1,5 @@
-CXXFLAGS += -Wall -g `pkg-config mlt-framework --cflags` -I ../mlt++
-LDFLAGS += -L../mlt++ -lmlt++ `pkg-config mlt-framework --libs`
+CXXFLAGS += -Wall -g $(shell pkg-config mlt++ --cflags)
+LDFLAGS += $(shell pkg-config mlt++ --libs)
 CC=c++
 
 all:           play