1da75d161e
libgda 1.9.102, 2006-03-24 -------------------------- - Merged the Libgnomedb's part which is not GUI related (Vivien) - GdaDataModel API simplifications (Vivien) - Added support for cursor based navigation in GdaDataModel (Vivien) - Fixed #327797 (Rodrigo) - Fixed #329933 (Thomas) - Improved Cygwin compilation (Cygwin Ports Maintainer) - Added data import from CSV and XML files (Vivien) - Use SQLite 3.3.4 (Vivien) - Providers can now provide information about constraints in the database structure (Vivien) - Fixes for building out of the source tree (Bob) - FreeTDS provider compilation fixes (Leonardo) - New tests - More respectfull of standard naming conventions (Dan, Murray) - Documentation improvements (Juan Manuel Mouriz, Vivien) - Modifications to require glib >= 2.6.0 (Bas) - Many bug fixes - Many other small improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - fi (Ilkka) - it (Marco) - en_CA (Adam) - vi (Clytie) - es (Francisco Javier) - eu (Iñaki) - zh_TW (Chao-Hsiung) - pt_BR (Raphael)
15 lines
676 B
Text
15 lines
676 B
Text
$NetBSD: patch-ac,v 1.6 2006/04/02 22:46:55 wiz Exp $
|
|
|
|
--- libgda/Makefile.in.orig 2006-03-24 10:14:55.000000000 +0000
|
|
+++ libgda/Makefile.in
|
|
@@ -378,8 +378,8 @@ AM_CPPFLAGS = \
|
|
$(LIBGDA_CFLAGS) \
|
|
-DLIBGDA_PLUGINDIR=\""$(libdir)/libgda-$(GDA_MAJOR_VERSION).$(GDA_MINOR_VERSION)/providers"\" \
|
|
-DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" \
|
|
- -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\" \
|
|
- -DLIBGDA_GLOBAL_CONFIG_DIR=\""$(sysconfdir)/libgda"\" \
|
|
+ -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/config"\" \
|
|
+ -DLIBGDA_GLOBAL_CONFIG_DIR=\""$(sysconfdir)"\" \
|
|
-DDTDINSTALLDIR=\""$(LIBGDA_DTDDIR)"\"
|
|
|
|
gda_marshal_built_files = gda-marshal.h gda-marshal.c
|