aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-282002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-39/+0
* 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: ----------------------------------------------------------------------
2002-02-012002-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* Makefile.am (EXTRA_gpgme_openpgp_la_SOURCES): New variable. (EXTRA_gpgme_smime_la_SOURCES): Likewise. * gpgmeplug.c (passphrase_cb): Fix type of third argument.
2002-01-162002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpgme-openpgp.c: New file. * Makefile.am (gpgme_openpgp_la_SOURCES): Replace gpgmeplug.c with gpgme-openpgp.c.
2002-01-15Added copyright statement for 2002.Marcus Brinkmann1-0/+1
2002-01-152002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-11/+7
* gpgmeplug.c: Renamed to ... * gpgme-openpgp.c: ... this. New file. * gpgsmplug.c: Renamed to ... * gpgme-smime.c: ... this. new file. * Makefile.am: Rewritten to use libtool's module functionality.
2001-12-192001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-6/+1
* Makefile.am (lib_LTLIBRARIES): Rename to ... (noinst_LTLIBRARIES): ... this target.
2001-12-192001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-7/+2
* Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h. (libgpgsmplug_la_SOURCES): Likewise.
2001-11-242001-11-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+1
* Makefile.am (libgpgsmplug_la_SOURCES): Fix source file.
2001-11-222001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+8
* gpgme.h (gpgme_set_protocol): New prototype. 2001-11-22 Marcus Brinkmann <[email protected]> * Makefile.am (libgpgsmplug_la_LIBADD): New variable. (libgpgsmplug_la_LDFLAGS): Likewise. (libgpgsmplug_la_SOURCES): Likewise. (lib_LTLIBRARIES): Add libgpgsmplug.la. (INCLUDES): Include the local gpgme.h. * gpgmeplug.c (signMessage): Set protocol. (GPGMEPLUG_PROTOCOL) [!GPGMEPLUG_PROTOCOL]: Set GPGMEPLUG_PROTOCOL. * gpgsmplug.c: New file.
2001-11-21change Makefile to create shared libKarl-Heinz Zimmer1-4/+9
2001-11-21GPGME Plug-In initial checkin. Saving/restoring of configuration is working.Karl-Heinz Zimmer1-0/+40