summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-12-09 19:56:43 +0000
committerSimon Howard2008-12-09 19:56:43 +0000
commita0062502d183d5d526c1f801b1206234b664898b (patch)
tree723825bd213891b37dbf5cddd11a304b9c91cd55 /textscreen/Makefile.am
parent3fd9acf6e0d664858162ac369ae8670f40edea11 (diff)
downloadchocolate-doom-a0062502d183d5d526c1f801b1206234b664898b.tar.gz
chocolate-doom-a0062502d183d5d526c1f801b1206234b664898b.tar.bz2
chocolate-doom-a0062502d183d5d526c1f801b1206234b664898b.zip
Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL
in configure before checking for libraries and headers, to fix Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1412
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r--textscreen/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am
index 752e6361..76fe8f0f 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -1,5 +1,5 @@
-AM_CFLAGS = @SDL_CFLAGS@ -I../src
+AM_CFLAGS = -I../src
# build this directory before the examples directory.