aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-07-06 10:37:52 +0000
committerMarcus Brinkmann <[email protected]>2006-07-06 10:37:52 +0000
commit1ae2788117076e95a186fe7491f56f348aaeb5a0 (patch)
treebc85968bcfb39bedcf40beab93d7afe42c27e7ce /Makefile.am
parent2006-06-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-1ae2788117076e95a186fe7491f56f348aaeb5a0.tar.gz
gpgme-1ae2788117076e95a186fe7491f56f348aaeb5a0.zip
2006-07-06 Marcus Brinkmann <[email protected]>
* lang, lang/cl: New subdirectories. * lang/Makefile.am, lang/README: New files. * configure.ac (AC_CONFIG_FILES): Add lang/Makefile, lang/cl/Makefile and lang/cl/gpgme.asd. * Makefile.am (SUBDIRS): Add lang. lang/cl/ 2006-07-06 Marcus Brinkmann <[email protected]> * Initial release.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 905c3cea..c614f447 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ else
tests =
endif
-SUBDIRS = ${assuan} gpgme ${tests} doc ${complus}
+SUBDIRS = ${assuan} gpgme ${tests} doc ${complus} lang
# Fix the version of the spec file and create a file named VERSION
# to be used for patch's Prereq: feature.