diff options
author | Marcus Brinkmann <[email protected]> | 2001-11-24 17:11:15 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-11-24 17:11:15 +0000 |
commit | 46bb2a4470fbd1d3dc35ac56e54b8f4132ef078a (patch) | |
tree | 21688836b4f62b98e555d006cc02bea51e243c1b | |
parent | signing now returns only the SIGNATURE - not the original text - since buildi... (diff) | |
download | gpgme-46bb2a4470fbd1d3dc35ac56e54b8f4132ef078a.tar.gz gpgme-46bb2a4470fbd1d3dc35ac56e54b8f4132ef078a.zip |
2001-11-24 Marcus Brinkmann <[email protected]>
* Makefile.am (libgpgsmplug_la_SOURCES): Fix source file.
Diffstat (limited to '')
-rw-r--r-- | gpgmeplug/ChangeLog | 4 | ||||
-rw-r--r-- | gpgmeplug/Makefile.am | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog index 88180c30..c5f39fe9 100644 --- a/gpgmeplug/ChangeLog +++ b/gpgmeplug/ChangeLog @@ -1,3 +1,7 @@ +2001-11-24 Marcus Brinkmann <[email protected]> + + * Makefile.am (libgpgsmplug_la_SOURCES): Fix source file. + 2001-11-22 Marcus Brinkmann <[email protected]> * Makefile.am (libgpgsmplug_la_LIBADD): New variable. diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am index d4c51af3..9c3e25c4 100644 --- a/gpgmeplug/Makefile.am +++ b/gpgmeplug/Makefile.am @@ -47,5 +47,4 @@ libgpgmeplug_la_SOURCES = gpgme.h \ libgpgsmplug_la_SOURCES = gpgme.h \ cryptplug.h \ - gpgmeplug.c - + gpgsmplug.c |