summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-10-14 15:41:56 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-10-14 15:41:56 +0300
commitfc9723a64c10e2212b1b296c2c94a0ff83e3cf05 (patch)
treeee015726840be3d9fd7458b69d6d109d1c6d22df
parenta1b05720b0e8219b26a81b8e2429226f094075cc (diff)
downloadrpm-fc9723a64c10e2212b1b296c2c94a0ff83e3cf05.tar.gz
rpm-fc9723a64c10e2212b1b296c2c94a0ff83e3cf05.tar.bz2
rpm-fc9723a64c10e2212b1b296c2c94a0ff83e3cf05.zip
Reuse toplevel WITH_LUA_LIB setting instead of manual setting
-rw-r--r--luaext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaext/Makefile.am b/luaext/Makefile.am
index 0a409005b..3f63c62a8 100644
--- a/luaext/Makefile.am
+++ b/luaext/Makefile.am
@@ -9,7 +9,7 @@ AM_CPPFLAGS = -I$(top_builddir)
AM_CPPFLAGS += -I$(srcdir)/include -I.
libluaext_la_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_POSIX
-libluaext_la_LIBADD = -llua -lm
+libluaext_la_LIBADD = @WITH_LUA_LIB@
libluaext_la_SOURCES = \
lposix.h \
lposix.c \