2001-12-19 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h. (libgpgsmplug_la_SOURCES): Likewise.
This commit is contained in:
parent
a299997103
commit
c298758eff
@ -1,3 +1,8 @@
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h.
|
||||
(libgpgsmplug_la_SOURCES): Likewise.
|
||||
|
||||
2001-11-29 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgmeplug.c (checkMessageSignature): Add call to gpgme_set_protocol.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user