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 /lang/README | |
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 'lang/README')
-rw-r--r-- | lang/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/README b/lang/README new file mode 100644 index 00000000..da54c78b --- /dev/null +++ b/lang/README @@ -0,0 +1,12 @@ +Language Support for GPGME +-------------------------- + +This directory contains support for other languages than C. + +Please note that language support components may be under a different +license than GPGME itself. You can find more information in each +sub-directory. + +Directory Language + +cl Common Lisp |