From 8b4171680c325d63952c9026aa7fa35f4b23e351 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 5 Jul 2024 11:48:11 +0900 Subject: 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 --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') 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) -- cgit v1.2.3