aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-011-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-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-161-1/+1
| | | | | | | * gpgme-openpgp.c: New file. * Makefile.am (gpgme_openpgp_la_SOURCES): Replace gpgmeplug.c with gpgme-openpgp.c.
* Added copyright statement for 2002.Marcus Brinkmann2002-01-151-0/+1
|
* 2002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-151-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-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-191-6/+1
| | | | | | * Makefile.am (lib_LTLIBRARIES): Rename to ... (noinst_LTLIBRARIES): ... this target.
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-191-7/+2
| | | | | | * Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h. (libgpgsmplug_la_SOURCES): Likewise.
* 2001-11-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-241-2/+1
| | | | | * Makefile.am (libgpgsmplug_la_SOURCES): Fix source file.
* 2001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-221-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.
* change Makefile to create shared libKarl-Heinz Zimmer2001-11-211-4/+9
|
* GPGME Plug-In initial checkin. Saving/restoring of configuration is working.Karl-Heinz Zimmer2001-11-211-0/+40