X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=f6c8d98632c013996e9c615f4413df291dec10ae;hb=001e472141c96137de1b5267f8de7fb91e204ab7;hp=61cadf3a01f8b7dbce19b65f245fbf15ed10bea2;hpb=9b60b973b11307d6c812db001334352fbda4cdb9;p=rrdtool.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 61cadf3..f6c8d98 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-p perl-shared/ntmake.pl perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \ ruby/CHANGES ruby/README ruby/extconf.rb ruby/main.c ruby/test.rb \ python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py \ - lua/README lua/test.lua lua/rrdlua.c lua/Makefile.lua lua/rrdlua.pod + lua/README lua/test.lua lua/rrdlua.c lua/Makefile.lua # add the following to the all target @@ -35,7 +35,7 @@ python: cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build lua: - cd lua && $(LUA) Makefile.lua "PREFIX=$(prefix) POD2MAN=$(POD2MAN) LUABIN=$(LUA) $(LUA_MAKE_OPTIONS)" > Makefile && $(MAKE) + cd lua && $(LUA) Makefile.lua > Makefile && $(MAKE) # rules for building the perl module perl_piped: perl-piped/Makefile