Build modifications
[melted] / mlt++ / test / Makefile
index 9280251..2b27a93 100644 (file)
@@ -1,7 +1,9 @@
-CXXFLAGS=-Wall `mlt-config --cflags`
-LDFLAGS=-lmlt++
+CXXFLAGS=-Wall `mlt-config --cflags` -I ../src
+LDFLAGS=--L../src -lmlt++
 CC=c++
 
+all:   play
+
 play:  play.o
 
 play.o:        play.cpp
@@ -9,3 +11,4 @@ play.o:        play.cpp
 clean:
        $(RM) play play.o
 
+install: