From fc9723a64c10e2212b1b296c2c94a0ff83e3cf05 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 14 Oct 2008 15:41:56 +0300 Subject: [PATCH] Reuse toplevel WITH_LUA_LIB setting instead of manual setting --- luaext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luaext/Makefile.am b/luaext/Makefile.am index 0a40900..3f63c62 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 \ -- 2.7.4