aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f5d0b81..856f44c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,12 +27,19 @@ EXTRA_DIST = autogen.sh autogen.rc libgpg-error.spec.in \
po/ChangeLog-2011 m4/ChangeLog-2011 contrib/ChangeLog-2011 \
build-aux/git-log-footer build-aux/git-log-fix
+
if LANGUAGES_SOME
lang_subdirs = lang
else
lang_subdirs =
endif
+if BUILD_GPGSCM
+doc = gpgscm
+else
+doc =
+endif
+
if BUILD_DOC
doc = doc
else
@@ -45,7 +52,7 @@ else
tests =
endif
-SUBDIRS = m4 src $(doc) $(tests) po $(lang_subdirs)
+SUBDIRS = m4 src $(gpgscm) $(doc) $(tests) po $(lang_subdirs)
dist-hook: gen-ChangeLog