12 lines
355 B
Diff
12 lines
355 B
Diff
|
--- a/tests/gpgscm/Makefile.in
|
||
|
+++ b/tests/gpgscm/Makefile.in
|
||
|
@@ -457,7 +457,7 @@
|
||
|
scheme-config.h opdefines.h scheme.c scheme.h scheme-private.h
|
||
|
|
||
|
gpgscm_LDADD = $(LDADD) $(common_libs) \
|
||
|
- $(NETLIBS) $(LIBICONV) $(LIBREADLINE) \
|
||
|
+ $(NETLIBS) $(LIBICONV) $(LIBREADLINE) $(LIBINTL) \
|
||
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS)
|
||
|
|
||
|
t_child_SOURCES = t-child.c
|