Move two gtk-dependent files from src/core-utils to src/gnome-utils.

core-utils depends on glib and additionally guile and gconf, but
not (yet) gtk. Those two files which do are moved to the next
module which already depends on gtk, which is gnome-utils.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18719 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-02-24 19:14:02 +00:00
parent 939744677f
commit 17fa30c6b3
6 changed files with 7 additions and 9 deletions

View File

@ -6,24 +6,19 @@ libgnc_core_utils_la_SOURCES = \
gnc-gdate-utils.c \
gnc-gkeyfile-utils.c \
gnc-glib-utils.c \
gnc-gobject-utils.c \
swig-core-utils.c \
gnc-gtk-utils.c
swig-core-utils.c
libgnc_core_utils_la_LIBADD = \
${GUILE_LIBS} \
${GLIB_LIBS} \
${GCONF_LIBS} \
${GTK_LIBS}
${GCONF_LIBS}
noinst_HEADERS = \
gnc-main.h \
gnc-gconf-utils.h \
gnc-gdate-utils.h \
gnc-gkeyfile-utils.h \
gnc-glib-utils.h \
gnc-gobject-utils.h \
gnc-gtk-utils.h
gnc-glib-utils.h
if BUILDING_FROM_SVN
swig-core-utils.c: core-utils.i ${top_srcdir}/src/base-typemaps.i
@ -35,7 +30,6 @@ AM_CPPFLAGS = \
${GUILE_INCS} \
${GLIB_CFLAGS} \
${GCONF_CFLAGS} \
${GTK_CFLAGS} \
-I${top_srcdir}/src

View File

@ -65,6 +65,8 @@ libgncmod_gnome_utils_la_SOURCES = \
gnc-recurrence.c \
gnc-general-select.c \
gnc-gnome-utils.c \
gnc-gobject-utils.c \
gnc-gtk-utils.c \
gnc-gui-query.c \
gnc-icons.c \
gnc-main-window.c \
@ -170,6 +172,8 @@ noinst_HEADERS = \
gnc-druid-provider-edge-gnome.h \
gnc-druid-provider-file-gnome.h \
gnc-druid-provider-multifile-gnome.h \
gnc-gobject-utils.h \
gnc-gtk-utils.h \
search-param.h
libgncmod_gnome_utils_la_LDFLAGS = -avoid-version