aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-01-31 22:22:05 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-01-31 22:22:05 +0000
commitc8dd927e0c6dd23f065c965f08e4921ed2635fda (patch)
tree2c4b99a172f89f5f443d783e7e2cd448eec1019d /plugins/Makefile.am
parent42bf48fa74032b40af0c750daf9e0daca6c23d68 (diff)
It was hard.. but at the end I won (or at least i believe so...).
After install hello_world.lua works. svn path=/trunk/; revision=17137
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 5ba7ff100a..7e36571163 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -21,6 +21,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+if HAVE_LIBLUA
+lua_dir = \
+ lua
+else # HAVE_LIBLUA
+lua_dir =
+endif # HAVE_LIBLUA
+
SUBDIRS = \
acn \
agentx \
@@ -33,6 +40,7 @@ SUBDIRS = \
gryphon \
h223 \
irda \
+ $(lua_dir) \
lwres \
mate \
megaco \