aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-02-18 04:03:24 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-02-18 04:03:24 +0000
commitd9462b4a45b3eb5a171653911adc4942a28e2b6a (patch)
treea6acaae24c3eba1225b1e0af7f416ec45bd96d2c /plugins/lua
parent97cb055286ea81c5ee3813bd700a1f00d19f34f0 (diff)
Prepare for lua 5.1
svn path=/trunk/; revision=17346
Diffstat (limited to 'plugins/lua')
-rw-r--r--plugins/lua/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/lua/Makefile.am b/plugins/lua/Makefile.am
index 3f352b2afe..3af0d87f24 100644
--- a/plugins/lua/Makefile.am
+++ b/plugins/lua/Makefile.am
@@ -21,7 +21,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-INCLUDES = -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir) @LUA_INCLUDES@
plugindir = @plugindir@
@@ -42,13 +42,11 @@ lua_la_SOURCES = \
lua_la_LDFLAGS = -module -avoid-version
lua_la_LIBADD = @PLUGIN_LIBS@ @LUA_LIBS@
-
# Libs must be cleared, or else libtool won't create a shared module.
# If your module needs to be linked against any particular libraries,
# add them here.
LIBS =
-
CLEANFILES = \
*~
@@ -63,4 +61,3 @@ EXTRA_DIST = \
dummy:
touch dummy
-