mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-26 15:37:03 +01:00
* Makefile.am: link gpg with NETLIBS for the built-in HKP access.
This commit is contained in:
parent
7a5c28ffe9
commit
ceab809f1e
@ -1,3 +1,7 @@
|
|||||||
|
2002-06-11 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Makefile.am: link gpg with NETLIBS for the built-in HKP access.
|
||||||
|
|
||||||
2002-06-10 David Shaw <dshaw@jabberwocky.com>
|
2002-06-10 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* options.h, keyserver.c (keyserver_opts), g10.c (main): New
|
* options.h, keyserver.c (keyserver_opts), g10.c (main): New
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
@ -110,11 +110,10 @@ gpgv_SOURCES = gpgv.c \
|
|||||||
|
|
||||||
LDADD = $(needed_libs) @ZLIBS@ @INTLLIBS@
|
LDADD = $(needed_libs) @ZLIBS@ @INTLLIBS@
|
||||||
# gpg gets LIBOBJS to add in mkdtemp if the platform doesn't have it
|
# gpg gets LIBOBJS to add in mkdtemp if the platform doesn't have it
|
||||||
gpg_LDADD = @LIBOBJS@ $(LDADD)
|
gpg_LDADD = @LIBOBJS@ $(LDADD) @NETLIBS@
|
||||||
|
|
||||||
$(PROGRAMS): $(needed_libs)
|
$(PROGRAMS): $(needed_libs)
|
||||||
|
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
||||||
$(INSTALL_DATA) $(srcdir)/options.skel \
|
$(INSTALL_DATA) $(srcdir)/options.skel \
|
||||||
@ -124,4 +123,3 @@ install-data-local:
|
|||||||
echo "removing obsolete gpgm binary" ; \
|
echo "removing obsolete gpgm binary" ; \
|
||||||
rm $(DESTDIR)$(bindir)/gpgm ; \
|
rm $(DESTDIR)$(bindir)/gpgm ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user