[libgda] Use only only one data dir (for bug #580821)



commit 97723be09fbecda77b3e4b497193611ca79a1e6a
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed May 6 22:06:34 2009 +0200

    Use only only one data dir (for bug #580821)
    
    	* tools/Makefile.am: install web server data files in the same dir as
    	Libgda 4.0, for bug #580821
---
 ChangeLog         |    5 +++++
 tools/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5788eee..3304616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-05-06  Vivien Malerba <malerba gnome-db org>
 
+	* tools/Makefile.am: install web server data files in the same dir as
+	Libgda 4.0, for bug #580821
+
+2009-05-06  Vivien Malerba <malerba gnome-db org>
+
 	* providers/oracle:
 	  - use the callback API to fetch results for variable length data types
 	  - implemented more meta data retreival
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ce1f3d0..9496349 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -78,7 +78,7 @@ information_schema_doc_LDADD = \
         $(top_builddir)/libgda/libgda-4.0.la \
         $(LIBGDA_LIBS)
 
-webdatadir = $(datadir)/libgda-4.1/web
+webdatadir = $(datadir)/libgda-4.0/web
 webdata_DATA = \
 	cnc.js \
 	md5.js \



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