From 9f0643fa6e0d26c52dbe5837c150f0a9c3f04df5 Mon Sep 17 00:00:00 2001 From: Chris Shoemaker Date: Thu, 9 Feb 2006 01:24:47 +0000 Subject: [PATCH] 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 --- src/gnome-utils/Makefile.am | 6 ++++-- src/{gnome => gnome-utils}/window-main-summarybar.c | 0 src/{gnome => gnome-utils}/window-main-summarybar.h | 0 src/gnome/Makefile.am | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/{gnome => gnome-utils}/window-main-summarybar.c (100%) rename src/{gnome => gnome-utils}/window-main-summarybar.h (100%) diff --git a/src/gnome-utils/Makefile.am b/src/gnome-utils/Makefile.am index 488ccbde75..2165ba2827 100644 --- a/src/gnome-utils/Makefile.am +++ b/src/gnome-utils/Makefile.am @@ -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 \ diff --git a/src/gnome/window-main-summarybar.c b/src/gnome-utils/window-main-summarybar.c similarity index 100% rename from src/gnome/window-main-summarybar.c rename to src/gnome-utils/window-main-summarybar.c diff --git a/src/gnome/window-main-summarybar.h b/src/gnome-utils/window-main-summarybar.h similarity index 100% rename from src/gnome/window-main-summarybar.h rename to src/gnome-utils/window-main-summarybar.h diff --git a/src/gnome/Makefile.am b/src/gnome/Makefile.am index ff4f5cf8ec..0aee7b2904 100644 --- a/src/gnome/Makefile.am +++ b/src/gnome/Makefile.am @@ -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