r17250 - gnucash/trunk - Get GnuCash building again.

Derek Atkins warlord at cvs.gnucash.org
Tue Jun 24 19:28:31 EDT 2008


Author: warlord
Date: 2008-06-24 19:28:31 -0400 (Tue, 24 Jun 2008)
New Revision: 17250
Trac: http://svn.gnucash.org/trac/changeset/17250

Modified:
   gnucash/trunk/lib/libqof/qof/gnc-date.c
   gnucash/trunk/lib/libqof/qof/gnc-date.h
   gnucash/trunk/po/POTFILES.in
Log:
Get GnuCash building again.
- move the #include of g18n.h from gnc-date.h to gnc-date.c
- add gnc-date.c to POTFILES.in

Modified: gnucash/trunk/lib/libqof/qof/gnc-date.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/gnc-date.c	2008-06-24 22:28:40 UTC (rev 17249)
+++ gnucash/trunk/lib/libqof/qof/gnc-date.c	2008-06-24 23:28:31 UTC (rev 17250)
@@ -41,6 +41,7 @@
 #include <time.h>
 
 #include <glib.h>
+#include <glib/gi18n.h>
 
 #include "gnc-date-p.h"
 #include "qof.h"

Modified: gnucash/trunk/lib/libqof/qof/gnc-date.h
===================================================================
--- gnucash/trunk/lib/libqof/qof/gnc-date.h	2008-06-24 22:28:40 UTC (rev 17249)
+++ gnucash/trunk/lib/libqof/qof/gnc-date.h	2008-06-24 23:28:31 UTC (rev 17250)
@@ -68,7 +68,6 @@
 #define GNC_DATE_H
 
 #include <time.h>
-#include <glib/gi18n.h>
 
 /** The default date format for use with strftime. */
 extern const char *gnc_default_strftime_date_format;

Modified: gnucash/trunk/po/POTFILES.in
===================================================================
--- gnucash/trunk/po/POTFILES.in	2008-06-24 22:28:40 UTC (rev 17249)
+++ gnucash/trunk/po/POTFILES.in	2008-06-24 23:28:31 UTC (rev 17250)
@@ -454,5 +454,6 @@
 src/report/utility-reports/gncmod-utility-reports.c
 src/tax/us/gncmod-tax-us.c
 lib/libqof/backend/file/qsf-backend.c
+lib/libqof/qof/gnc-date.c
 intl-scm/guile-strings.c
 doc/tip_of_the_day.list.in



More information about the gnucash-changes mailing list