summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 255896a)
raw | patch | inline | side by side (parent: 255896a)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 2 Nov 2008 17:25:36 +0000 (17:25 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 2 Nov 2008 17:25:36 +0000 (17:25 +0000) |
program/bindings/lua/Makefile.am | patch | blob | history |
index 31f135b1681659fa381d0af5298819f7a98ad473..eef4809cf8891f3bf9934c583250d9056da623d1 100644 (file)
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
test: test.lua
$(LUA) test.lua
-
+endif