aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-22 08:14:57 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-22 08:14:57 +0200
commit23594efffbb5f3e2378e34cc551ab4534a22a46c (patch)
treefed6bab65dd541ca60680d0a4a6f816864f10a48
parent04354c28faa23e6d37037dd34df258e5afeb9882 (diff)
downloadpingu-23594efffbb5f3e2378e34cc551ab4534a22a46c.tar.bz2
pingu-23594efffbb5f3e2378e34cc551ab4534a22a46c.tar.xz
make: fix build without Lua
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2c9049..cb61dde 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ INSTALL = install
INSTALLDIR = $(INSTALL) -d
PKG_CONFIG ?= pkg-config
-ifneq (LUAPC,)
+ifdef LUAPC
LUA_TARGETS := client.so
INSTALL_LUA_TARGET := install-lua
LUA_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(LUAPC))