mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
e4506925fc
commit
34edc2ab95
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user