AUDIT: r14709 - gnucash/trunk - Drop gtktreedatalist (and gnctreemodelsort) from the build because it can

Chris Shoemaker chris at cvs.gnucash.org
Tue Aug 22 11:33:51 EDT 2006


Author: chris
Date: 2006-08-22 11:33:50 -0400 (Tue, 22 Aug 2006)
New Revision: 14709
Trac: http://svn.gnucash.org/trac/changeset/14709

Modified:
   gnucash/trunk/po/POTFILES.skip
   gnucash/trunk/src/gnome-utils/Makefile.am
Log:
   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


Modified: gnucash/trunk/po/POTFILES.skip
===================================================================
--- gnucash/trunk/po/POTFILES.skip	2006-08-22 14:35:00 UTC (rev 14708)
+++ gnucash/trunk/po/POTFILES.skip	2006-08-22 15:33:50 UTC (rev 14709)
@@ -4,6 +4,8 @@
 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

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-22 14:35:00 UTC (rev 14708)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-22 15:33:50 UTC (rev 14709)
@@ -30,8 +30,6 @@
   ${GSF_CFLAGS}
 
 libgncmod_gnome_utils_la_SOURCES = \
-  gtktreedatalist.c \
-  gnctreemodelsort.c \
   QuickFill.c \
   account-quickfill.c \
   cursors.c \
@@ -101,8 +99,6 @@
 
 gncincludedir = ${GNC_INCLUDE_DIR}
 gncinclude_HEADERS = \
-  gtktreedatalist.h \
-  gnctreemodelsort.h \
   QuickFill.h \
   account-quickfill.h \
   dialog-account.h \



More information about the gnucash-changes mailing list