You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
Index: Makefile |
|
--- Makefile.orig 2008-06-03 12:03:16 +0200 |
|
+++ Makefile 2008-06-08 13:55:40 +0200 |
|
@@ -3,7 +3,7 @@ |
|
# change these to reflect your Lua installation |
|
PREFIX= /usr/local |
|
LUAVERSION= 5.1 |
|
-LUAINC= $(PREFIX)/include |
|
+LUAINC= $(PREFIX)/include/lua |
|
LUALIB= $(PREFIX)/lib/lua/$(LUAVERSION) |
|
LUABIN= $(PREFIX)/bin |
|
|
|
|