[libgda/gtk3] More corrections for the 4.0->5.0 migration
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda/gtk3] More corrections for the 4.0->5.0 migration
- Date: Tue, 14 Sep 2010 19:07:10 +0000 (UTC)
commit a11a1a25d5314518dba35fbbb45293595cde9718
Author: Vivien Malerba <malerba gnome-db org>
Date: Tue Sep 14 21:04:45 2010 +0200
More corrections for the 4.0->5.0 migration
configure.ac | 2 +-
libgda-ui/Makefile.am | 2 +-
libgda/Makefile.am | 2 +-
providers/bdbsql/Makefile.am | 6 +++---
...da-bdbsql-4.0.pc.in => libgda-bdbsql-5.0.pc.in} | 0
tests/Makefile.am | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 45f4cce..6183002 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1804,7 +1804,7 @@ providers/reuseable/mysql/Makefile
providers/bdb/Makefile
providers/bdb/libgda-bdb-5.0.pc
providers/bdbsql/Makefile
-providers/bdbsql/libgda-bdbsql-4.0.pc
+providers/bdbsql/libgda-bdbsql-5.0.pc
providers/mdb/Makefile
providers/mdb/libgda-mdb-5.0.pc
providers/mysql/Makefile
diff --git a/libgda-ui/Makefile.am b/libgda-ui/Makefile.am
index c5b5316..0395f2c 100644
--- a/libgda-ui/Makefile.am
+++ b/libgda-ui/Makefile.am
@@ -207,7 +207,7 @@ introspection_sources = \
$(ui_sources) \
$(ui_data_entries_sources)
-Gdaui-4_0.gir: $(lib_LTLIBRARIES)
+Gdaui-5.0.gir: $(lib_LTLIBRARIES)
Gdaui_5_0_gir_INCLUDES = Gtk-3.0 Gda-5.0
Gdaui_5_0_gir_CFLAGS = $(AM_CPPFLAGS)
Gdaui_5_0_gir_LIBS = $(lib_LTLIBRARIES)
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index 401aa61..cab744a 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -342,7 +342,7 @@ introspection_sources = $(gda_sources) \
$(threadwrapper) \
$(sqlparser) \
$(handlers)
-Gda-4_0.gir: $(lib_LTLIBRARIES)
+Gda-5.0.gir: $(lib_LTLIBRARIES)
Gda_5_0_gir_INCLUDES = GObject-2.0 libxml2-2.0
Gda_5_0_gir_CFLAGS = $(AM_CPPFLAGS)
Gda_5_0_gir_LIBS = $(lib_LTLIBRARIES)
diff --git a/providers/bdbsql/Makefile.am b/providers/bdbsql/Makefile.am
index f4ddc71..04c1f1e 100644
--- a/providers/bdbsql/Makefile.am
+++ b/providers/bdbsql/Makefile.am
@@ -18,7 +18,7 @@ libgda_bdbsql_la_LDFLAGS = -export-dynamic -module -avoid-version $(LIBTOOL_PROV
libgda_bdbsql_la_LIBADD = \
$(top_builddir)/libgda/sqlite/libgda-bdbsqlite.la
-xmldir = $(datadir)/libgda-4.0
+xmldir = $(datadir)/libgda-5.0
xml_in_files = \
bdbsql_specs_dsn.xml.in \
bdbsql_specs_create_db.xml.in \
@@ -37,7 +37,7 @@ xml_in_files = \
xml_DATA = $(xml_in_files:.xml.in=.xml)
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libgda-bdbsql-4.0.pc
+pkgconfig_DATA = libgda-bdbsql-5.0.pc
-EXTRA_DIST = $(xml_in_files) libgda-bdbsql-4.0.pc.in
+EXTRA_DIST = $(xml_in_files) libgda-bdbsql-5.0.pc.in
DISTCLEANFILES = $(xml_DATA)
diff --git a/providers/bdbsql/libgda-bdbsql-4.0.pc.in b/providers/bdbsql/libgda-bdbsql-5.0.pc.in
similarity index 100%
rename from providers/bdbsql/libgda-bdbsql-4.0.pc.in
rename to providers/bdbsql/libgda-bdbsql-5.0.pc.in
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8620159..7e16885 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -79,7 +79,7 @@ test_connection_string_split_SOURCES = \
test-connection-string-split.c
test_connection_string_split_LDADD = \
- $(top_builddir)/libgda/libgda-4.0.la \
+ $(top_builddir)/libgda/libgda-5.0.la \
$(LIBGDA_LIBS)
EXTRA_DIST = dbstruct.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]