mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0422dd5f1f
commit
1ae36e8eb0
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user