From a7264e3a6a83189a9e43edf5e99f5ac7ee42a2ab Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 23 Apr 2015 10:51:33 +0900 Subject: [PATCH] common: removal of t-support.c from t_jnlib_src. * common/Makefile.am (t_jnlib_src): Remove t-support.c. -- Since test programs are linked to libgcrypt and libgpg-error, there is no need to include t-support.c. GnuPG-bug-id: 1862, 1915 --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index 51923e841..4493ae7c5 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -171,7 +171,7 @@ endif # # Module tests # -t_jnlib_src = t-support.c t-support.h +t_jnlib_src = t-support.h jnlib_tests = t-stringhelp t-timestuff if HAVE_W32_SYSTEM jnlib_tests += t-w32-reg