diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 15:41:56 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 15:41:56 +0300 |
commit | fc9723a64c10e2212b1b296c2c94a0ff83e3cf05 (patch) | |
tree | ee015726840be3d9fd7458b69d6d109d1c6d22df /luaext | |
parent | a1b05720b0e8219b26a81b8e2429226f094075cc (diff) | |
download | librpm-tizen-fc9723a64c10e2212b1b296c2c94a0ff83e3cf05.tar.gz librpm-tizen-fc9723a64c10e2212b1b296c2c94a0ff83e3cf05.tar.bz2 librpm-tizen-fc9723a64c10e2212b1b296c2c94a0ff83e3cf05.zip |
Reuse toplevel WITH_LUA_LIB setting instead of manual setting
Diffstat (limited to 'luaext')
-rw-r--r-- | luaext/Makefile.am | 2 |
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 \ |