aboutsummaryrefslogtreecommitdiffstats
path: root/Make.config
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 22:57:56 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 22:57:56 -0500
commit87fe5c137edcfd147bd8b608e2980de1298de1e2 (patch)
tree542a596bcb861e75751c57ce4a4c49b1c6962475 /Make.config
parentea1ae62272d361f3afd714c90b0c5df09b6176b8 (diff)
downloadluancurses-87fe5c137edcfd147bd8b608e2980de1298de1e2.tar.gz
luancurses-87fe5c137edcfd147bd8b608e2980de1298de1e2.zip
portability - handle distros that have weird names for the lua libraries and include paths
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config8
1 files changed, 7 insertions, 1 deletions
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