aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))