diff options
| author | James Brown | 2002-04-05 04:38:59 +0000 | 
|---|---|---|
| committer | James Brown | 2002-04-05 04:38:59 +0000 | 
| commit | ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7 (patch) | |
| tree | 7e7d3a092c580c34275c337fdeb38a0263f06735 | |
| parent | 8448963ee5d603fce051bca6d0726d9cc7456e1a (diff) | |
| download | scummvm-rg350-ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7.tar.gz scummvm-rg350-ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7.tar.bz2 scummvm-rg350-ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7.zip  | |
Fix minor typo
svn-id: r3870
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ LDFLAGS :=  INCLUDES:= `sdl-config --cflags` -I./ -I./sound  CPPFLAGS= $(DEFINES) $(INCLUDES) -# Add -lMAD for -DCOMPRESSED_SOUND_FILE +# Add -lmad for -DCOMPRESSED_SOUND_FILE  LIBS	= `sdl-config --libs` -lncurses -lm  ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip  | 
