mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Adjust autotools build for gnc-html-webkit changes.
Fixing Travis failure (I hope).
This commit is contained in:
parent
f28ea50aaf
commit
5195c42107
@ -402,7 +402,8 @@ src/gnome-utils/window-main-summarybar.c
|
|||||||
src/html/gnc-html.c
|
src/html/gnc-html.c
|
||||||
src/html/gnc-html-factory.c
|
src/html/gnc-html-factory.c
|
||||||
src/html/gnc-html-history.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/html/gncmod-html.c
|
||||||
src/import-export/aqb/assistant-ab-initial.c
|
src/import-export/aqb/assistant-ab-initial.c
|
||||||
src/import-export/aqb/assistant-ab-initial.glade
|
src/import-export/aqb/assistant-ab-initial.glade
|
||||||
|
@ -24,7 +24,7 @@ libgncmod_html_la_SOURCES = \
|
|||||||
gnc-html.c \
|
gnc-html.c \
|
||||||
gnc-html-history.c \
|
gnc-html-history.c \
|
||||||
gnc-html-factory.c \
|
gnc-html-factory.c \
|
||||||
gnc-html-webkit.c \
|
gnc-html-webkit2.c \
|
||||||
swig-gnc-html.c
|
swig-gnc-html.c
|
||||||
|
|
||||||
gncincludedir = ${GNC_INCLUDE_DIR}
|
gncincludedir = ${GNC_INCLUDE_DIR}
|
||||||
@ -33,7 +33,7 @@ gncinclude_HEADERS = \
|
|||||||
gnc-html.h \
|
gnc-html.h \
|
||||||
gnc-html-p.h \
|
gnc-html-p.h \
|
||||||
gnc-html-factory.h \
|
gnc-html-factory.h \
|
||||||
gnc-html-webkit.h \
|
gnc-html-webkit2.h \
|
||||||
gnc-html-extras.h \
|
gnc-html-extras.h \
|
||||||
gnc-html-webkit-p.h
|
gnc-html-webkit-p.h
|
||||||
|
|
||||||
@ -70,7 +70,10 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gnc-html.i \
|
gnc-html.i \
|
||||||
CMakeLists.txt
|
CMakeLists.txt \
|
||||||
|
gnc-html-webkit.h \
|
||||||
|
gnc-html-webkit1.h \
|
||||||
|
gnc-html-webkit1.c
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES) gnucash
|
CLEANFILES = $(BUILT_SOURCES) gnucash
|
||||||
MAINTAINERCLEANFILES = swig-gnc-html.c
|
MAINTAINERCLEANFILES = swig-gnc-html.c
|
||||||
|
Loading…
Reference in New Issue
Block a user