mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move window-main-summarybar.[ch] from gnome/ to gnome-utils/.
It doesn't depend on anything in gnome/. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13155 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5e5084037b
commit
9f0643fa6e
@ -81,6 +81,7 @@ libgncmod_gnome_utils_la_SOURCES = \
|
||||
gnc-tree-model.c \
|
||||
gnc-tree-model-account-types.c \
|
||||
gnc-tree-model-account.c \
|
||||
gnc-tree-model-budget.c \
|
||||
gnc-tree-model-commodity.c \
|
||||
gnc-tree-model-price.c \
|
||||
gnc-tree-view-account.c \
|
||||
@ -93,7 +94,7 @@ libgncmod_gnome_utils_la_SOURCES = \
|
||||
print-session.c \
|
||||
search-param.c \
|
||||
gnc-dialog.c \
|
||||
gnc-tree-model-budget.c
|
||||
window-main-summarybar.c
|
||||
|
||||
gncincludedir = ${GNC_INCLUDE_DIR}
|
||||
gncinclude_HEADERS = \
|
||||
@ -143,6 +144,7 @@ gncinclude_HEADERS = \
|
||||
gnc-tree-model.h \
|
||||
gnc-tree-model-account-types.h \
|
||||
gnc-tree-model-account.h \
|
||||
gnc-tree-model-budget.h \
|
||||
gnc-tree-model-commodity.h \
|
||||
gnc-tree-model-price.h \
|
||||
gnc-tree-view-account.h \
|
||||
@ -153,7 +155,7 @@ gncinclude_HEADERS = \
|
||||
misc-gnome-utils.h \
|
||||
print-session.h \
|
||||
gnc-dialog.h \
|
||||
gnc-tree-model-budget.h
|
||||
window-main-summarybar.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
argv-list-converters.h \
|
||||
|
@ -53,7 +53,6 @@ libgncgnome_la_SOURCES = \
|
||||
lot-viewer.c \
|
||||
reconcile-list.c \
|
||||
top-level.c \
|
||||
window-main-summarybar.c \
|
||||
window-reconcile.c \
|
||||
${top_srcdir}/src/backend/file/sixtp-dom-parsers.c \
|
||||
${top_srcdir}/src/backend/file/sixtp-dom-generators.c \
|
||||
@ -115,7 +114,6 @@ noinst_HEADERS = \
|
||||
lot-viewer.h \
|
||||
reconcile-list.h \
|
||||
top-level.h \
|
||||
window-main-summarybar.h \
|
||||
window-reconcile.h \
|
||||
gw-gnc.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user