summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 40e2136..231d10b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am for libgpg-error.
-# Copyright (C) 2003, 2006 g10 Code GmbH
+# Copyright (C) 2003, 2006, 2007 g10 Code GmbH
#
# This file is part of libgpg-error.
#
@@ -22,7 +22,13 @@ AUTOMAKE_OPTIONS = dist-bzip2
EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in
-SUBDIRS = m4 src tests po lang
+if LANGUAGES_SOME
+lang_subdirs = lang
+else
+lang_subdirs =
+endif
+
+SUBDIRS = m4 src tests po $(lang_subdirs)
dist-hook: