summaryrefslogtreecommitdiff
path: root/Makefile-tools.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-02-21 10:41:52 -0500
committerColin Walters <walters@verbum.org>2012-02-21 10:43:45 -0500
commitbd983994b9a63639fda836a06f4102776b9e1480 (patch)
tree86c2b8fdee9ee5edd0a5a9562c4fe65dc42406bf /Makefile-tools.am
parentfc1c96b9ae52434da6df5d9d69a3593a2a30cb8a (diff)
downloadgobject-introspection-bd983994b9a63639fda836a06f4102776b9e1480.tar.gz
build: Add --enable-doctool option
Diffstat (limited to 'Makefile-tools.am')
-rw-r--r--Makefile-tools.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile-tools.am b/Makefile-tools.am
index f84de999..34d2a255 100644
--- a/Makefile-tools.am
+++ b/Makefile-tools.am
@@ -1,5 +1,9 @@
bin_PROGRAMS += g-ir-compiler g-ir-generate
-bin_SCRIPTS += g-ir-scanner g-ir-annotation-tool g-ir-doc-tool
+bin_SCRIPTS += g-ir-scanner g-ir-annotation-tool
+
+if BUILD_DOCTOOL
+bin_SCRIPTS += g-ir-doc-tool
+endif
EXTRA_DIST += \
tools/g-ir-scanner.in \