mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
Include NETLIBS
This commit is contained in:
parent
bdcedc8453
commit
25ed36ada0
@ -1,3 +1,8 @@
|
||||
2010-05-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (gpgsm_LDADD): Include NETLIBS which is required for
|
||||
Solaris.
|
||||
|
||||
2010-03-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* server.c (cmd_passwd): New. From trunk.
|
||||
|
@ -55,7 +55,7 @@ gpgsm_SOURCES = \
|
||||
common_libs = $(libcommon) ../kbx/libkeybox.a ../jnlib/libjnlib.a \
|
||||
../gl/libgnu.a
|
||||
|
||||
gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \
|
||||
gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a $(NETLIBS) \
|
||||
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \
|
||||
$(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) $(LIBICONV)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user