summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Ahern <william@server.local>2013-02-28 14:22:50 -0800
committerWilliam Ahern <william@server.local>2013-02-28 14:22:50 -0800
commit735bc0d416edbd622b45e8d8b590cb3c2948bec0 (patch)
tree4f2e000c0e999b24eb0a50063e3b88f2455c4c8a
parent01ba6abe75aa2afb77b2462adf5e54895955c3b2 (diff)
downloadluaossl-735bc0d416edbd622b45e8d8b590cb3c2948bec0.tar.gz
luaossl-735bc0d416edbd622b45e8d8b590cb3c2948bec0.tar.bz2
luaossl-735bc0d416edbd622b45e8d8b590cb3c2948bec0.zip
-n
add helper to cqueues, too
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1bb26d..45ad4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ luapath =
8luacpath = 8luacpath =
9LUAC = 9LUAC =
10 10
11# backwards compatibile install paths 11# backwards compatible install paths
12ifneq ($(origin lua52include), undefined) 12ifneq ($(origin lua52include), undefined)
13luainclude = $(lua52include) 13luainclude = $(lua52include)
14endif 14endif