From f825911b73db44d1b2455a0495d2450dd0865402 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 28 Mar 2011 12:47:34 +0300 Subject: Use pkg-config to find Lua + determine flags (ticket #88) - Additionally clean up the logic a bit and dont bother building any lua-related bits if disabled --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0ea651762..35b185476 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ SUBDIRS = po misc if WITH_INTERNAL_DB SUBDIRS += db3 endif -if WITH_LUAEXT +if WITH_LUA SUBDIRS += luaext endif SUBDIRS += rpmio lib sign build scripts fileattrs doc . tests -- cgit v1.2.3