mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop gtktreedatalist (and gnctreemodelsort) from the build because it can
conflict with the real gtk+ version of the same file, depending on the linking order of libgncmod-gnome-utils.so and the gtk+ libraries. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14709 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8436d70c74
commit
07d8db0f55
@ -4,6 +4,8 @@ src/network-utils/gnc-gpg.c
|
||||
src/import-export/csv/gnc-csv2glist.c
|
||||
src/business/business-core/gncBusPeriod.c
|
||||
src/backend/dwi/qofmap.c
|
||||
src/gnome-utils/gnctreemodelsort.c
|
||||
src/gnome-utils/gtktreedatalist.c
|
||||
src/gnome-utils/gnc-tree-model-selection.c
|
||||
src/backend/file/gncmod-backend-file.c
|
||||
src/backend/file/io-gncbin-r.c
|
||||
|
@ -30,8 +30,6 @@ AM_CFLAGS = \
|
||||
${GSF_CFLAGS}
|
||||
|
||||
libgncmod_gnome_utils_la_SOURCES = \
|
||||
gtktreedatalist.c \
|
||||
gnctreemodelsort.c \
|
||||
QuickFill.c \
|
||||
account-quickfill.c \
|
||||
cursors.c \
|
||||
@ -101,8 +99,6 @@ libgncmod_gnome_utils_la_SOURCES = \
|
||||
|
||||
gncincludedir = ${GNC_INCLUDE_DIR}
|
||||
gncinclude_HEADERS = \
|
||||
gtktreedatalist.h \
|
||||
gnctreemodelsort.h \
|
||||
QuickFill.h \
|
||||
account-quickfill.h \
|
||||
dialog-account.h \
|
||||
|
Loading…
Reference in New Issue
Block a user