summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2007-08-03 09:01:33 +0000
committerMarcus Brinkmann <mb@g10code.com>2007-08-03 09:01:33 +0000
commit82331aed8f663370d237626ac516b1dc68b17c11 (patch)
treea5a0581c1856d8a0dbb16b7c0e33f76967dec2fe /Makefile.am
parente48087d0ebeb910ed0391c61b8fff79666aa4c71 (diff)
downloadlibgpg-error-82331aed8f663370d237626ac516b1dc68b17c11.tar.gz
2007-08-03 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Allow --disable-languages. * Makefile.am [!LANGUAGES_SOME]: Don't add lang to subdirs. * m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4: New files.
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: