added compat 5.1 license copied from website
[rrdtool.git] / bindings / lua / Makefile.am
index eef4809..f1389d6 100644 (file)
@@ -14,7 +14,6 @@ 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
@@ -65,4 +64,3 @@ endif
 test: test.lua
        $(LUA) test.lua
 
-endif