gnucash master: Adjust autotools build for gnc-html-webkit changes.

John Ralls jralls at code.gnucash.org
Fri Jul 14 12:22:37 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/5195c421 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f28ea50a (commit)



commit 5195c42107fd0a87c55304126228902c43faea12
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 14 09:22:29 2017 -0700

    Adjust autotools build for gnc-html-webkit changes.
    
    Fixing Travis failure (I hope).

diff --git a/po/POTFILES.in b/po/POTFILES.in
index f9a56da..c2c555d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -402,7 +402,8 @@ src/gnome-utils/window-main-summarybar.c
 src/html/gnc-html.c
 src/html/gnc-html-factory.c
 src/html/gnc-html-history.c
-src/html/gnc-html-webkit.c
+src/html/gnc-html-webkit1.c
+src/html/gnc-html-webkit2.c
 src/html/gncmod-html.c
 src/import-export/aqb/assistant-ab-initial.c
 src/import-export/aqb/assistant-ab-initial.glade
diff --git a/src/html/Makefile.am b/src/html/Makefile.am
index 16fe948..98a7695 100644
--- a/src/html/Makefile.am
+++ b/src/html/Makefile.am
@@ -24,7 +24,7 @@ libgncmod_html_la_SOURCES = \
   gnc-html.c \
   gnc-html-history.c \
   gnc-html-factory.c \
-  gnc-html-webkit.c \
+  gnc-html-webkit2.c \
   swig-gnc-html.c
 
 gncincludedir = ${GNC_INCLUDE_DIR}
@@ -33,7 +33,7 @@ gncinclude_HEADERS = \
   gnc-html.h \
   gnc-html-p.h \
   gnc-html-factory.h \
-  gnc-html-webkit.h \
+  gnc-html-webkit2.h \
   gnc-html-extras.h \
   gnc-html-webkit-p.h
 
@@ -70,7 +70,10 @@ endif
 
 EXTRA_DIST = \
   gnc-html.i \
-  CMakeLists.txt
+  CMakeLists.txt \
+  gnc-html-webkit.h \
+  gnc-html-webkit1.h \
+  gnc-html-webkit1.c
 
 CLEANFILES = $(BUILT_SOURCES) gnucash
 MAINTAINERCLEANFILES = swig-gnc-html.c



Summary of changes:
 po/POTFILES.in       | 3 ++-
 src/html/Makefile.am | 9 ++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list