diff Makefile @ 407:59244a7ae37f

Move c64 utilities to the engine lib, as we benefit from a common framework.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 03 Nov 2012 02:19:51 +0200
parents dbc62ba3f132
children f18f07d8a731
line wrap: on
line diff
--- a/Makefile	Sat Nov 03 01:54:00 2012 +0200
+++ b/Makefile	Sat Nov 03 02:19:51 2012 +0200
@@ -3,9 +3,13 @@
 #
 SDL_CFLAGS=`sdl-config --cflags`
 SDL_LDFLAGS=`sdl-config --static-libs`
+
 TREMOR_CFLAGS=-I/usr/local/lib/
 TREMOR_LDFLAGS=/usr/local/lib/libvorbisidec.a /usr/lib/i386-linux-gnu/libogg.a
 
+LIBPNG_CFLAGS=`pkg-config --cflags libpng` -DHAVE_LIBPNG
+LIBPNG_CFLAGS=`pkg-config --libs libpng`
+
 RANLIB=ranlib
 
 DMLIB = ./