2005-09-12 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 12 Sep 2005 19:14:36 +0000 (19:14 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 12 Sep 2005 19:14:36 +0000 (19:14 +0000)
commit3b7b7f014f56f668976a26cd4df02cfadb388604
tree2f3b6f5c5c8893a469a1536484f1c674223d524d
parente7573e4d91f34ae42d607f4fd6cf8326b0cb2ae5
2005-09-12  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac (HAVE_PTH): Don't add $PTH_CFLAGS to $CFLAGS here.

gpgme/
2005-09-12  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (libgpgme_la_SOURCES): Set to ath.h and ath.c.
(ath_pth_src, ath_pthread_src): Removed.
(w32_o_files): Replace ath-compat.o with ath.o.
(libgpgme_pth_la_CFLAGS): New variable.
* ath-compat.c, ath-pthread-compat.c, ath-pth-compat.c: Removed.
* ath.h (ath_pthread_available, ath_pth_available): Removed.
(ath_init) [!_ATH_EXT_SYM_PREFIX]: Do not define macro.
(struct ath_ops, ath_init) [_ATH_COMPAT]: Removed.
(_ATH_COMPAT): Macro removed.
* posix-sema.c (_gpgme_sema_subsystem_init): Do not call
_gpgme_ath_init.
trunk/ChangeLog
trunk/NEWS
trunk/gpgme/ChangeLog
trunk/gpgme/Makefile.am
trunk/gpgme/ath-compat.c [deleted file]
trunk/gpgme/ath-pth-compat.c [deleted file]
trunk/gpgme/ath-pthread-compat.c [deleted file]
trunk/gpgme/ath.h
trunk/gpgme/posix-sema.c