aboutsummaryrefslogtreecommitdiffstats
path: root/Make.config
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 22:46:36 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 22:46:36 -0500
commit2cb28a7dd7426125e4d08e358477f4248cc4a918 (patch)
tree76e6fbb94eb35ac77c2d1959bfd169fe95bc4289 /Make.config
parent93a725e56dabfe2c9eae6938e54d6d0342325732 (diff)
downloadluasignal-2cb28a7dd7426125e4d08e358477f4248cc4a918.tar.gz
luasignal-2cb28a7dd7426125e4d08e358477f4248cc4a918.zip
portability - handle distros that use weird naming for the lua libraries and include paths
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/Make.config b/Make.config
index 7c25fac..7833518 100644
--- a/Make.config
+++ b/Make.config
@@ -1,6 +1,12 @@
# Path to your Lua C library directory (LUA_CPATH)
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
+
# Set this to the path of your luadoc executable if you want to regenerate the
# documentation and the luadoc script isn't in your PATH
LUADOC = luadoc