[Pkg-wmaker-commits] [wmbiff] 35/84: basic gnutls 0.4.3 support (that is, it compiles.)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.

commit 646dae8e2b47ab3c8fd63f17e767e19ff822fdf4
Author: bluehal <bluehal>
Date:   Mon Jun 24 01:23:53 2002 +0000

    basic gnutls 0.4.3 support (that is, it compiles.)
---
 wmbiff/Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/wmbiff/Makefile.am b/wmbiff/Makefile.am
index 709a869..6a14cd8 100644
--- a/wmbiff/Makefile.am
+++ b/wmbiff/Makefile.am
@@ -3,9 +3,10 @@ noinst_PROGRAMS = test_wmbiff
 bin_PROGRAMS = wmbiff
 wmbiff_SOURCES = wmbiff.c socket.c Pop3Client.c LicqClient.c mboxClient.c \
 	maildirClient.c Imap4Client.c tlsComm.c tlsComm.h ShellClient.c  \
-	passwordMgr.c passwordMgr.h charutil.c charutil.h Client.h
-wmbiff_LDADD = -L../wmgeneral -lwmgeneral
-wmbiff_DEPENDENCIES = ../wmgeneral/libwmgeneral.a
+	passwordMgr.c passwordMgr.h charutil.c charutil.h Client.h \
+	gnutls-common.c gnutls-common.h
+wmbiff_LDADD = -L../wmgeneral -lwmgeneral @LIBGCRYPT_LIBS@ @GTK_LIBS@
+wmbiff_DEPENDENCIES = ../wmgeneral/libwmgeneral.a Makefile
 test_wmbiff_SOURCES = ShellClient.c charutil.c charutil.h Client.h \
 	test_wmbiff.c passwordMgr.c
 man_MANS = wmbiff.1 wmbiffrc.5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list