From 34edc2ab95900d96d5663a50d55dfcaa96c0bd03 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Wed, 11 Jan 2006 03:08:25 +0000 Subject: [PATCH] The gnucash gpg networking code isn't called from anywhere. No need to compile it as part of the build. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12317 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ src/gnome-utils/gnc-html.c | 1 - src/gnome/top-level.c | 1 - src/network-utils/Makefile.am | 2 -- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 30928a4eca..cf767d49f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-01-10 David Hampton + * src/network-utils/Makefile.am: + * src/gnome-utils/gnc-html.c: + * src/gnome/top-level.c: The gnucash gpg networking code isn't + called from anywhere. No need to compile it as part of the build. + * src/register/register-gnome/gnucash-cursor.c: * src/register/register-gnome/gnucash-item-edit.c: * src/register/register-gnome/gnucash-grid.c: diff --git a/src/gnome-utils/gnc-html.c b/src/gnome-utils/gnc-html.c index cd5791deac..04d7ffc20c 100644 --- a/src/gnome-utils/gnc-html.c +++ b/src/gnome-utils/gnc-html.c @@ -43,7 +43,6 @@ #include "Group.h" #include "print-session.h" #include "gnc-engine.h" -#include "gnc-gpg.h" #include "gnc-gui-query.h" #include "gnc-html.h" #include "gnc-http.h" diff --git a/src/gnome/top-level.c b/src/gnome/top-level.c index 1991ed0355..174713d979 100644 --- a/src/gnome/top-level.c +++ b/src/gnome/top-level.c @@ -62,7 +62,6 @@ #include "gnc-splash.h" #include "gnc-html.h" #include "gnc-gnome-utils.h" -#include "gnc-gpg.h" #include "gnc-report.h" #include "gnc-split-reg.h" #include "gnc-ui.h" diff --git a/src/network-utils/Makefile.am b/src/network-utils/Makefile.am index 25ca165209..397652a219 100644 --- a/src/network-utils/Makefile.am +++ b/src/network-utils/Makefile.am @@ -15,13 +15,11 @@ AM_CFLAGS = \ ${GUILE_INCS} libgncmod_network_utils_la_SOURCES = \ - gnc-gpg.c \ gnc-http.c \ gncmod-network-utils.c gncincludedir = ${GNC_INCLUDE_DIR} gncinclude_HEADERS = \ - gnc-gpg.h \ gnc-http.h libgncmod_network_utils_la_LIBADD = \