mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpgscm: Fix linking.
* tests/gpgscm/Makefile.am: Add -lintl. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
d21efa3988
commit
c49c43d7e4
@ -45,7 +45,7 @@ gpgscm_CFLAGS = -imacros scheme-config.h \
|
||||
gpgscm_SOURCES = main.c private.h ffi.c ffi.h ffi-private.h \
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user