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
This commit is contained in:
David Hampton 2006-01-11 03:08:25 +00:00
parent e4506925fc
commit 34edc2ab95
4 changed files with 5 additions and 4 deletions
ChangeLog
src
gnome-utils
gnome
network-utils

View File

@ -1,5 +1,10 @@
2006-01-10 David Hampton <hampton@employees.org>
* 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:

View File

@ -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"

View File

@ -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"

View File

@ -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 = \