From: oetiker Date: Mon, 17 Nov 2008 16:21:41 +0000 (+0000) Subject: added build instruction for libdbi docu X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=4d336910a7ea30eb893cf36cb7131520cc52994e added build instruction for libdbi docu git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1672 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 746d5c8..ddae629 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,6 +15,10 @@ POD = bin_dec_hex.pod rrddump.pod rrdgraph_examples.pod rrdre rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \ rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod +if BUILD_LIBDBI + POD += rrdgraph_libdbi.pod +endif + if BUILD_LUA POD += rrdlua.pod endif