diff options
-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 |