mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
build: Fix library dependency of g13 test program.
* g13/Makefile.am (t_common_ldadd): Add GPG_ERROR_LIBS. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
9235c9b65b
commit
83e0a9d6b9
@ -74,7 +74,7 @@ g13_syshelp_LDADD = $(libcommon) \
|
||||
|
||||
module_tests = t-g13tuple
|
||||
t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) \
|
||||
$(LIBASSUAN_LIBS) $(LIBICONV)
|
||||
$(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBICONV)
|
||||
|
||||
t_g13tuple_SOURCES = t-g13tuple.c g13tuple.c
|
||||
t_g13tuple_LDADD = $(t_common_ldadd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user