istereo

diff libs/Makefile @ 26:862a3329a8f0

wohooo, added a shitload of code from zlib/libpng/libjpeg. When the good lord was raining shared libraries the iphone held a fucking umbrella...
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 06:28:38 +0300
parents
children fd39c0198935
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/Makefile	Thu Sep 08 06:28:38 2011 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +src += $(wildcard libs/zlib/*.c) \
     1.5 +	   $(wildcard libs/libpng/*.c) \
     1.6 +	   $(wildcard libs/libjpeg/*.c) \
     1.7 +	   $(wildcard libs/imago2/*.c)
     1.8 +
     1.9 +incdir += -Ilibs/imago2 -Ilibs/zlib -Ilibs/libpng -Ilibs/libjpeg