diff options
author | Marcus Brinkmann <[email protected]> | 2002-11-28 19:39:48 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-11-28 19:39:48 +0000 |
commit | 1c66649aad21afe144ac9568e47f58b4aff88aba (patch) | |
tree | 4b3ce3b61b1f08aa929d4426caad79ee89f5c4eb /README | |
parent | 2002-11-25 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-1c66649aad21afe144ac9568e47f58b4aff88aba.tar.gz gpgme-1c66649aad21afe144ac9568e47f58b4aff88aba.zip |
2002-11-28 Marcus Brinkmann <[email protected]>
* NEWS: Add note about moving "gpgmeplug" to the "cryptplug"
package.
* README: Remove instructions related to "gpgmeplug".
* configure.ac: Remove enable option "gpgmeplug" and automake
conditional BUILD_GPGMEPLUG, as well as the status info about it.
(GPGMEPLUG): Remove variable.
* Makefile.am (gpgmeplug): Remove variable.
(SUBDIRS): Remove ${gpgmeplug}.
* cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c,
Makefile.am, gpgmeplug.c, ChangeLog: Files removed.
CVSk: ----------------------------------------------------------------------
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -24,12 +24,6 @@ If configure can't find the `gpgsm' binary in your path, you can specify the location with the --with-gpgsm=/path/to/gpgsm argument to configure. -To enable the CryptPlug GPGME PlugIn for both protocols, use the -`--enable-gpgmeplug' option to the configure script. `gpgmeplug' is -experimental and you should not assume that it will stay with gpgme. -The plug-ins are installed by `make install' in `pkglibdir', normally -`PREFIX/lib/gpgme'. - Before building the CVS version following the generic install instructions in `INSTALL', you need to set up the build scripts with `./autogen.sh'. To build the W32 version, use `./autogen.sh |