mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
build: Do not link gpg-connect-agent against npth.
* tools/Makefile.am: Do not link gpg-connect-agent against npth. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
2e64ccb0f9
commit
20a16833ee
@ -122,10 +122,9 @@ watchgnupg_SOURCES = watchgnupg.c
|
||||
watchgnupg_LDADD = $(NETLIBS)
|
||||
|
||||
gpg_connect_agent_SOURCES = gpg-connect-agent.c
|
||||
# FIXME: remove NPTH_LIBS (why do we need them at all?)
|
||||
gpg_connect_agent_LDADD = ../common/libgpgrl.a $(common_libs) \
|
||||
$(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) \
|
||||
$(NPTH_LIBS) $(GPG_ERROR_LIBS) \
|
||||
$(GPG_ERROR_LIBS) \
|
||||
$(LIBREADLINE) $(LIBINTL) $(NETLIBS) $(LIBICONV) \
|
||||
$(resource_objs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user