libdrawtext
diff examples/nofreetype/Makefile @ 81:59e4bbbabddd
fixed the example makefiles
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 15 Apr 2014 05:49:05 +0300 |
parents | df6d52b36bd6 |
children |
line diff
1.1 --- a/examples/nofreetype/Makefile Tue Apr 15 05:47:46 2014 +0300 1.2 +++ b/examples/nofreetype/Makefile Tue Apr 15 05:49:05 2014 +0300 1.3 @@ -12,7 +12,7 @@ 1.4 lib_so = libdrawtext-noft.dylib 1.5 else 1.6 libgl = -lGL -lGLU -lglut 1.7 - lib_so = libdrawtext-noft.so.0.0 1.8 + lib_so = libdrawtext-noft.so.0.2 1.9 lib_soname = libdrawtext-noft.so.0 1.10 endif 1.11