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
This commit is contained in:
NIIBE Yutaka 2015-04-23 10:51:33 +09:00
parent c4d98734c5
commit a7264e3a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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