Move some files around in preparation for re-factoring the

reconcile-list code:
	* src/gnome-search/Makefile.am: removed search-param.[ch]
	* src/gnome-search/search-param.[ch]: moved the search-param to gnome-utils
	* src/gnome-utils/search-parah.[ch]: moved search-param from gnome-search
	* src/gnome-utils/Makefile.am: added search-param.[ch]


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7964 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-02-10 05:22:50 +00:00
parent 0422dd5f1f
commit 1ae36e8eb0
5 changed files with 10 additions and 3 deletions

View File

@ -22,6 +22,13 @@
* src/gnome/dialog-scheduledxaction.c: resize the cal after the
dialog is shown, so it get's sized properly.
Move some files around in preparation for re-factoring the
reconcile-list code:
* src/gnome-search/Makefile.am: removed search-param.[ch]
* src/gnome-search/search-param.[ch]: moved the search-param to gnome-utils
* src/gnome-utils/search-parah.[ch]: moved search-param from gnome-search
* src/gnome-utils/Makefile.am: added search-param.[ch]
2003-02-07 Derek Atkins <derek@ihtfp.com>
* src/scm/main.scm:

View File

@ -27,7 +27,6 @@ libgncmod_gnome_search_la_SOURCES = \
search-double.c \
search-int64.c \
search-numeric.c \
search-param.c \
search-reconciled.c \
search-string.c
@ -44,7 +43,6 @@ noinst_HEADERS = \
search-double.h \
search-int64.h \
search-numeric.h \
search-param.h \
search-reconciled.h \
search-string.h \
gw-gnome-search.h

View File

@ -48,6 +48,7 @@ libgncmod_gnome_utils_la_SOURCES = \
gncmod-gnome-utils.c \
gtkselect.c \
print-session.c \
search-param.c \
window-help.c
gncincludedir = ${GNC_INCLUDE_DIR}
@ -84,7 +85,8 @@ gncinclude_HEADERS = \
noinst_HEADERS = \
argv-list-converters.h \
gnc-dir.h \
gw-gnome-utils.h
gw-gnome-utils.h \
search-param.h
libgncmod_gnome_utils_la_LDFLAGS = -module