Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgpverify catch up wi...



details:   https://anonhg.NetBSD.org/src/rev/bbf94904f64b
branches:  trunk
changeset: 755282:bbf94904f64b
user:      agc <agc%NetBSD.org@localhost>
date:      Mon May 31 06:09:41 2010 +0000

description:
catch up with new structure for netpgpverify - from Tyler Retzlaff

diffstat:

 crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 077b7a950eef -r bbf94904f64b crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in
--- a/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in      Mon May 31 04:27:18 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in      Mon May 31 06:09:41 2010 +0000
@@ -48,7 +48,8 @@
 PROGRAMS = $(bin_PROGRAMS)
 am_netpgpverify_OBJECTS = netpgpverify-verify.$(OBJEXT)
 netpgpverify_OBJECTS = $(am_netpgpverify_OBJECTS)
-netpgpverify_LDADD = $(LDADD)
+netpgpverify_DEPENDENCIES = ../lib/libnetpgp.la
+netpgpverify_LDADD = ../lib/libnetpgp.la
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/lib
 depcomp = $(SHELL) $(top_srcdir)/buildaux/depcomp
 am__depfiles_maybe = depfiles



Home | Main Index | Thread Index | Old Index