]> git.sesse.net Git - vlc/blobdiff - extras/Makefile
Another fortune
[vlc] / extras / Makefile
index 532399382c240bf89c740246200cd5cc3c57775b..bcad5dc165f8a6120f83625fcf952c595197ba3f 100644 (file)
@@ -1,2 +1,2 @@
-zsh:zsh.cpp
-       g++ -I.. zsh.cpp ../lib/libvlc.a -o zsh `top_builddir=.. ../vlc-config vlc builtin --cflags --libs`
\ No newline at end of file
+zsh: zsh.cpp
+       g++ -I.. -I../include zsh.cpp ../src/libvlc.a -o zsh `top_builddir=.. ../vlc-config vlc builtin --cflags --libs`