From f132e66f4967293bcf9c35a228084a2dd6912ddb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 18 Sep 2006 13:23:18 +0000 Subject: Ready for another release --- Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 11875afb0..a06800547 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,16 @@ scd = scd else scd = endif +if BUILD_TOOLS +scd = tools +else +scd = +endif +if BUILD_DOC +scd = doc +else +scd = +endif if HAVE_W32_SYSTEM tests = @@ -64,7 +74,7 @@ tests = tests endif SUBDIRS = m4 intl gl jnlib common ${kbx} \ - ${gpg} ${keyserver} ${sm} ${agent} ${scd} tools po doc ${tests} + ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests} dist-hook: @set -e; \ -- cgit v1.2.3