diff options
author | Simon Howard | 2008-12-09 19:56:43 +0000 |
---|---|---|
committer | Simon Howard | 2008-12-09 19:56:43 +0000 |
commit | a0062502d183d5d526c1f801b1206234b664898b (patch) | |
tree | 723825bd213891b37dbf5cddd11a304b9c91cd55 /textscreen/examples/Makefile.am | |
parent | 3fd9acf6e0d664858162ac369ae8670f40edea11 (diff) | |
download | chocolate-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/examples/Makefile.am')
-rw-r--r-- | textscreen/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/examples/Makefile.am b/textscreen/examples/Makefile.am index f6d247ea..e314e7e8 100644 --- a/textscreen/examples/Makefile.am +++ b/textscreen/examples/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = @SDL_CFLAGS@ -I.. -I../../src +AM_CFLAGS = -I.. -I../../src noinst_PROGRAMS=guitest calculator |