[json-glib] Update config.h.win32.in



commit 16bc9cccd32f4e1c7e9fc0da128aef969d0563b0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Jun 3 15:01:16 2011 +0800

    Update config.h.win32.in
    
    Added definition of GETTEXT_PACKAGE due to the addition of the i18n
    machinery (commit 67edce08670ce1da4956f87948985434ac5ae2ca)

 build/win32/config.h.win32.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/config.h.win32.in b/build/win32/config.h.win32.in
index 8cd09b6..125d788 100644
--- a/build/win32/config.h.win32.in
+++ b/build/win32/config.h.win32.in
@@ -1,5 +1,8 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* The prefix for our gettext translation domains. */
+#define GETTEXT_PACKAGE "json-glib-1.0"
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 /*#undef HAVE_DLFCN_H*/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]