summaryrefslogtreecommitdiff
path: root/Makefile-tools.am
diff options
context:
space:
mode:
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 \