diff options
author | Colin Walters <walters@verbum.org> | 2012-02-21 10:41:52 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-02-21 10:43:45 -0500 |
commit | bd983994b9a63639fda836a06f4102776b9e1480 (patch) | |
tree | 86c2b8fdee9ee5edd0a5a9562c4fe65dc42406bf /tests/Makefile.am | |
parent | fc1c96b9ae52434da6df5d9d69a3593a2a30cb8a (diff) | |
download | gobject-introspection-bd983994b9a63639fda836a06f4102776b9e1480.tar.gz |
build: Add --enable-doctool option
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d395a38..8a1aa26d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,12 @@ include $(top_srcdir)/common.mk -SUBDIRS = . scanner repository offsets warn doctool +SUBDIRS = . scanner repository offsets warn +DIST_SUBDIRS = +if BUILD_DOCTOOL +SUBDIRS += doctool +else +DIST_SUBDIRS += doctool +endif EXTRA_DIST= BUILT_SOURCES= |