summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-05-05 01:21:49 +0000
committerMarcus Brinkmann <mb@g10code.com>2006-05-05 01:21:49 +0000
commitaa324368378f70f2f73ce92d4ef2956187def30f (patch)
tree12f48e5ce8627054b2007825a2423226ebacc893 /Makefile.am
parent5e370f7693c0ef2c631612f3736eb3f74992409c (diff)
downloadlibgpg-error-aa324368378f70f2f73ce92d4ef2956187def30f.tar.gz
2006-05-05 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (AC_CONFIG_FILES): Add lang/Makefile and lang/cl/Makefile. * Makefile.am (SUBDIRS): Add lang. * lang: New directory. * lang/README, lang/Makefile.am: New files. * lang/cl: New directory. * lang/cl/Makefile.am, lang/cl/README, lang/cl/gpg-error.asd, lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp, lang/cl/mkerrcodes.awk: New files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e527b0..d0c29ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am for libgpg-error.
-# Copyright (C) 2003 g10 Code GmbH
+# Copyright (C) 2003, 2006 g10 Code GmbH
#
# This file is part of libgpg-error.
#
@@ -17,7 +17,7 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-SUBDIRS = intl m4 src tests po
+SUBDIRS = intl m4 src tests po lang
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2