From e74dfd3cb7ebc00b89fa4dee2c1f4528ed270664 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 24 Jul 2005 02:14:04 +0000 Subject: Move to SDL for graphics. Translate key scancodes to correct internal format when reading settings from config file - backwards compatible with config files for original exes Subversion-branch: /trunk/chocolate-doom Subversion-revision: 26 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 593e9464..c6f81344 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ bindir = $(prefix)/bin -CFLAGS = @CFLAGS@ @X_CFLAGS@ -DNORMALUNIX -LDFLAGS = @LDFLAGS@ @X_LDFLAGS@ -lX11 -lXext +CFLAGS = @CFLAGS@ @SDL_CFLAGS@ -DNORMALUNIX +LDFLAGS = @LDFLAGS@ @SDL_LIBS@ chocolate_doom_SOURCES=\ am_map.c d_think.h i_video.c p_floor.c p_tick.c r_things.h \ -- cgit v1.2.3