diff --git a/Rules.make b/Rules.make index ea604df..d0f4e26 120000 --- a/Rules.make +++ b/Rules.make @@ -1 +1 @@ -Rules.make.system \ No newline at end of file +Rules.make.standalone \ No newline at end of file diff --git a/config.make b/config.make index 8b13789..b354230 100644 --- a/config.make +++ b/config.make @@ -1 +1,4 @@ - +LUA_CFLAGS=$(shell pkg-config --cflags lua) +LUA_LFLAGS=$(shell pkg-config --libs lua) +SDL_CFLAGS=$(shell sdl-config --cflags) +SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image diff --git a/configure.sh b/configure.sh index db729d7..d1c9ecd 100755 --- a/configure.sh +++ b/configure.sh @@ -98,7 +98,7 @@ elif [ "$ans" == "2" ]; then echo "Ok, now do:" echo " make; make install; sdl-instead" else - echo "Wrong answer." + echo "Huh!!! Wrong answer." exit 1 fi echo "Bye..."