summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-03-28 12:47:34 +0300
committerPanu Matilainen <pmatilai@redhat.com>2011-03-28 12:54:42 +0300
commitf825911b73db44d1b2455a0495d2450dd0865402 (patch)
tree2fb4687af93e59230ad83ddce3c3ce441ca4d78d /Makefile.am
parentb098c173481e739b83b18900e241b6b467ed26cd (diff)
downloadrpm-f825911b73db44d1b2455a0495d2450dd0865402.tar.gz
rpm-f825911b73db44d1b2455a0495d2450dd0865402.tar.bz2
rpm-f825911b73db44d1b2455a0495d2450dd0865402.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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