mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tools,build: Build WKS tools against libintl.
* tools/Makefile.am (gpg_wks_server_LDADD): Link against libintl. (gpg_wks_client_LDADD): Likewise. GnuPG-bug-id: 2846 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
522f74f7e3
commit
9fb5e9c145
@ -155,7 +155,7 @@ gpg_wks_server_SOURCES = \
|
||||
|
||||
gpg_wks_server_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
|
||||
gpg_wks_server_LDADD = $(libcommon) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
||||
$(LIBICONV)
|
||||
$(LIBINTL) $(LIBICONV)
|
||||
|
||||
gpg_wks_client_SOURCES = \
|
||||
gpg-wks-client.c \
|
||||
@ -171,7 +171,7 @@ gpg_wks_client_SOURCES = \
|
||||
gpg_wks_client_CFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV)
|
||||
gpg_wks_client_LDADD = $(libcommon) \
|
||||
$(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
||||
$(LIBICONV)
|
||||
$(LIBINTL) $(LIBICONV)
|
||||
|
||||
|
||||
# Make sure that all libs are build before we use them. This is
|
||||
|
Loading…
x
Reference in New Issue
Block a user