From: oetiker Date: Sun, 2 Nov 2008 17:25:36 +0000 (+0000) Subject: fix build process for systems without lua X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ba0baee68f26a5661bfd31f2735aceb8a0e55018;p=rrdtool-all.git fix build process for systems without lua git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1644 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/lua/Makefile.am b/program/bindings/lua/Makefile.am index 31f135b1..eef4809c 100644 --- a/program/bindings/lua/Makefile.am +++ b/program/bindings/lua/Makefile.am @@ -14,6 +14,7 @@ LUA_LFLAGS = @LUA_LFLAGS@ CLEANFILES = rrd.o rrd.so test.lua test.rrd test.png +if BUILD_LUA lualibdir=$(LUA_INSTALL_CMOD) lualib_LTLIBRARIES = rrd.la if LUA_NEED_OUR_COMPAT51 @@ -64,4 +65,4 @@ endif test: test.lua $(LUA) test.lua - +endif