diff options
author | NIIBE Yutaka <[email protected]> | 2024-07-05 02:48:11 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-07-05 02:48:11 +0000 |
commit | 8b4171680c325d63952c9026aa7fa35f4b23e351 (patch) | |
tree | 90fc294e5f837593aae365bd3ff16c804e8aaf22 /src/Makefile.am | |
parent | Don't use ath_self, but get thread ID directly. (diff) | |
download | gpgme-8b4171680c325d63952c9026aa7fa35f4b23e351.tar.gz gpgme-8b4171680c325d63952c9026aa7fa35f4b23e351.zip |
Remove ath.h and ath.c.
* src/Makefile.am (system_components): We don't use ath.h any more.
(main_sources): Remove ath.h and ath.c.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 10dd83c1..b17aac25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,7 @@ if HAVE_DOSISH_SYSTEM system_components = w32-util.c system_components_not_extra = w32-io.c else -system_components = ath.h posix-util.c posix-io.c +system_components = posix-util.c posix-io.c system_components_not_extra = endif @@ -94,8 +94,7 @@ main_sources = \ engine-spawn.c \ gpgconf.c queryswdb.c \ sema.h priv-io.h $(system_components) sys-util.h dirinfo.c \ - debug.c debug.h gpgme.c version.c error.c \ - ath.h ath.c + debug.c debug.h gpgme.c version.c error.c libgpgme_la_SOURCES = $(main_sources) $(system_components_not_extra) |