aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-11-24 17:11:15 +0000
committerMarcus Brinkmann <[email protected]>2001-11-24 17:11:15 +0000
commit46bb2a4470fbd1d3dc35ac56e54b8f4132ef078a (patch)
tree21688836b4f62b98e555d006cc02bea51e243c1b
parentsigning now returns only the SIGNATURE - not the original text - since buildi... (diff)
downloadgpgme-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/ChangeLog4
-rw-r--r--gpgmeplug/Makefile.am3
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