diff options
author | Marcus Brinkmann <[email protected]> | 2006-07-06 10:37:52 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-07-06 10:37:52 +0000 |
commit | 1ae2788117076e95a186fe7491f56f348aaeb5a0 (patch) | |
tree | bc85968bcfb39bedcf40beab93d7afe42c27e7ce /Makefile.am | |
parent | 2006-06-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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.am | 2 |
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. |