From c40779d52801242c35998f5e2156a02672e2c4ea Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 16 Jan 2002 15:43:48 +0000 Subject: how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right directi... Original commit message from CVS: how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right direction ? --- ext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Makefile.am b/ext/Makefile.am index 4676b25b..7b70bc45 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -151,7 +151,7 @@ RTP_DIR= endif if USE_SDL -#SDL_DIR=sdl +SDL_DIR=sdl SDL_DIR= else SDL_DIR= -- cgit v1.2.1