From 00ab83ce456ef68b9f624d428b9f026b0a59bd18 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(-) (limited to 'ext') 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