diff options
Diffstat (limited to '')
| -rw-r--r-- | gpgmeplug/ChangeLog | 5 | ||||
| -rw-r--r-- | gpgmeplug/Makefile.am | 9 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog index 2735e87e..f57381a5 100644 --- a/gpgmeplug/ChangeLog +++ b/gpgmeplug/ChangeLog @@ -1,3 +1,8 @@ +2001-12-19  Marcus Brinkmann  <[email protected]> + +	* Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h. +	(libgpgsmplug_la_SOURCES): Likewise. +  2001-11-29  Marcus Brinkmann  <[email protected]>  	* gpgmeplug.c (checkMessageSignature): Add call to gpgme_set_protocol. diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am index 9c3e25c4..40420fd9 100644 --- a/gpgmeplug/Makefile.am +++ b/gpgmeplug/Makefile.am @@ -41,10 +41,5 @@ lib_LTLIBRARIES = libgpgmeplug.la libgpgsmplug.la  libgpgmeplug_la_LDFLAGS = -shared -Wl,-soname,libgpgmeplug.so  libgpgsmplug_la_LDFLAGS = -shared -Wl,-soname,libgpgsmplug.so -libgpgmeplug_la_SOURCES = gpgme.h \ -	cryptplug.h \ -	gpgmeplug.c - -libgpgsmplug_la_SOURCES = gpgme.h \ -	cryptplug.h \ -	gpgsmplug.c +libgpgmeplug_la_SOURCES = cryptplug.h gpgmeplug.c +libgpgsmplug_la_SOURCES = cryptplug.h gpgsmplug.c | 
