From 1177332c217d870a3cfc2acd781192395828550e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 16 Jan 2002 15:43:48 +0000 Subject: [PATCH] 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 4676b25..7b70bc4 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= -- 2.7.4