summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-19 14:52:00 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-19 14:52:50 +0200
commita6eace5116d1a711218a7c9086a4e3c4db88ee57 (patch)
tree5df1c8ed10fc466eb7894509c26ae53f566f19da /Makefile
parent7b8d2f500b93cd9738e4db881b4ec19fa9e30742 (diff)
downloadlua-augeas-master.tar.bz2
lua-augeas-master.tar.xz
support for Lua 5.2HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e79a48c..22dca18 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ else
FULL_VERSION := $(VERSION)
endif
-LUAPC := $(shell for pc in lua lua5.1; do \
+LUAPC := $(shell for pc in lua lua5.2 lua5.1; do \
$(PKGCONFIG) --exists $$pc && echo $$pc && break; \
done)