diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-04-23 03:51:33 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-04-23 03:51:33 +0200 |
commit | a7264e3a6a83189a9e43edf5e99f5ac7ee42a2ab (patch) | |
tree | 121e7ad963a92bb34ffca13e52b364acfd001b45 | |
parent | gpg: Make keyserver-option http_proxy work. (diff) | |
download | gnupg2-a7264e3a6a83189a9e43edf5e99f5ac7ee42a2ab.tar.xz gnupg2-a7264e3a6a83189a9e43edf5e99f5ac7ee42a2ab.zip |
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
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |