diff Makefile @ 840:a9d0d35476ae

Add flag variables for SDL_ttf.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Jul 2014 23:56:55 +0300
parents f9be2bc8f8ed
children dd35d66c3714
line wrap: on
line diff
--- a/Makefile	Sun Jul 13 23:32:38 2014 +0300
+++ b/Makefile	Sun Jul 13 23:56:55 2014 +0300
@@ -4,6 +4,9 @@
 SDL_CFLAGS=`sdl-config --cflags`
 SDL_LDFLAGS=`sdl-config --static-libs`
 
+SDL_TTF_CFLAGS=
+SDL_TTF_LDFLAGS=-lSDL_ttf
+
 TREMOR_CFLAGS=-I/usr/local/lib/
 TREMOR_LDFLAGS=/usr/local/lib/libvorbisidec.a /usr/lib/i386-linux-gnu/libogg.a