libdrawtext

diff examples/unicode/Makefile @ 81:59e4bbbabddd

fixed the example makefiles
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 15 Apr 2014 05:49:05 +0300
parents 805936da8d6b
children
line diff
     1.1 --- a/examples/unicode/Makefile	Tue Apr 15 05:47:46 2014 +0300
     1.2 +++ b/examples/unicode/Makefile	Tue Apr 15 05:49:05 2014 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  	lib_so = libdrawtext.dylib
     1.5  else
     1.6  	libgl = -lGL -lGLU -lglut
     1.7 -	lib_so = libdrawtext.so.0.0
     1.8 +	lib_so = libdrawtext.so.0.2
     1.9  endif
    1.10  
    1.11  $(bin): $(obj) $(lib_so) $(fonts)