From 87fe5c137edcfd147bd8b608e2980de1298de1e2 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 18 Mar 2008 22:57:56 -0500 Subject: portability - handle distros that have weird names for the lua libraries and include paths --- Make.config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Make.config') diff --git a/Make.config b/Make.config index 51855da..1ae1404 100644 --- a/Make.config +++ b/Make.config @@ -1,5 +1,11 @@ # Path to your Lua C library directory (LUA_CPATH) -LUA_C_DIR = /usr/local/lib/lua/5.1 +LUA_DIR = /usr/local/lib/lua/5.1 + +# Some distros require, for example, lua5.1 here +LUA_LIBNAME = lua + +# Some distros put Lua include files in /usr/include/lua5.1, for example +LUA_INCLUDEPATH = /usr/include OS = linux #OS = osx -- cgit v1.2.3-54-g00ecf