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 /pcsound | |
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 'pcsound')
-rw-r--r-- | pcsound/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcsound/Makefile.am b/pcsound/Makefile.am index 63c76f77..b956a886 100644 --- a/pcsound/Makefile.am +++ b/pcsound/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS= @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ +AM_CFLAGS=@SDLMIXER_CFLAGS@ noinst_LIBRARIES=libpcsound.a |