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:
Chris Shoemaker 2006-02-09 01:24:47 +00:00
parent 5e5084037b
commit 9f0643fa6e
4 changed files with 4 additions and 4 deletions

View File

@ -81,6 +81,7 @@ libgncmod_gnome_utils_la_SOURCES = \
gnc-tree-model.c \ gnc-tree-model.c \
gnc-tree-model-account-types.c \ gnc-tree-model-account-types.c \
gnc-tree-model-account.c \ gnc-tree-model-account.c \
gnc-tree-model-budget.c \
gnc-tree-model-commodity.c \ gnc-tree-model-commodity.c \
gnc-tree-model-price.c \ gnc-tree-model-price.c \
gnc-tree-view-account.c \ gnc-tree-view-account.c \
@ -93,7 +94,7 @@ libgncmod_gnome_utils_la_SOURCES = \
print-session.c \ print-session.c \
search-param.c \ search-param.c \
gnc-dialog.c \ gnc-dialog.c \
gnc-tree-model-budget.c window-main-summarybar.c
gncincludedir = ${GNC_INCLUDE_DIR} gncincludedir = ${GNC_INCLUDE_DIR}
gncinclude_HEADERS = \ gncinclude_HEADERS = \
@ -143,6 +144,7 @@ gncinclude_HEADERS = \
gnc-tree-model.h \ gnc-tree-model.h \
gnc-tree-model-account-types.h \ gnc-tree-model-account-types.h \
gnc-tree-model-account.h \ gnc-tree-model-account.h \
gnc-tree-model-budget.h \
gnc-tree-model-commodity.h \ gnc-tree-model-commodity.h \
gnc-tree-model-price.h \ gnc-tree-model-price.h \
gnc-tree-view-account.h \ gnc-tree-view-account.h \
@ -153,7 +155,7 @@ gncinclude_HEADERS = \
misc-gnome-utils.h \ misc-gnome-utils.h \
print-session.h \ print-session.h \
gnc-dialog.h \ gnc-dialog.h \
gnc-tree-model-budget.h window-main-summarybar.h
noinst_HEADERS = \ noinst_HEADERS = \
argv-list-converters.h \ argv-list-converters.h \

View File

@ -53,7 +53,6 @@ libgncgnome_la_SOURCES = \
lot-viewer.c \ lot-viewer.c \
reconcile-list.c \ reconcile-list.c \
top-level.c \ top-level.c \
window-main-summarybar.c \
window-reconcile.c \ window-reconcile.c \
${top_srcdir}/src/backend/file/sixtp-dom-parsers.c \ ${top_srcdir}/src/backend/file/sixtp-dom-parsers.c \
${top_srcdir}/src/backend/file/sixtp-dom-generators.c \ ${top_srcdir}/src/backend/file/sixtp-dom-generators.c \
@ -115,7 +114,6 @@ noinst_HEADERS = \
lot-viewer.h \ lot-viewer.h \
reconcile-list.h \ reconcile-list.h \
top-level.h \ top-level.h \
window-main-summarybar.h \
window-reconcile.h \ window-reconcile.h \
gw-gnc.h gw-gnc.h