[libgda] Misc corrections to have "make distcheck" work
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Misc corrections to have "make distcheck" work
- Date: Sun, 20 Jan 2013 19:57:55 +0000 (UTC)
commit 2f813f3ea356396d7e9e425c0afb8650192a485b
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Jan 20 17:20:26 2013 +0100
Misc corrections to have "make distcheck" work
configure.ac | 12 ++++++------
libgda/Makefile.am | 1 +
po/POTFILES.in | 1 +
tools/cmdtool/Makefile.am | 1 +
4 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 978a1e7..9aa2a51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -514,12 +514,6 @@ then
AC_MSG_ERROR([Vala Extensions (Utility GObject clases written in Vala) is requested but Vala Bindings is disable. Use --enable-vala])
fi
-if test "x$enable_vala_ext" = "xyes" -a "x$vapigen_pkg_found" != "xyes"
-then
- AC_MSG_ERROR([Utility GObject clases written in Vala (Vala extensions) for Libgda are requested but Vala/vapigen is not available])
- enable_vala_ext=no
-fi
-
if test "x$enable_vala" = "xyes"
then
AM_PROG_VALAC([0.17.7])
@@ -528,6 +522,12 @@ else
AM_CONDITIONAL(ENABLE_VAPIGEN,false)
fi
+if test "x$enable_vala_ext" = "xyes" -a "x$vapigen_pkg_found" != "xyes"
+then
+ AC_MSG_ERROR([Utility GObject clases written in Vala (Vala extensions) for Libgda are requested but Vala/vapigen is not available])
+ enable_vala_ext=no
+fi
+
if test "x$enable_vala_ext" = "xyes"
then
dnl Check for libgee
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index 68c4218..a31dd32 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -375,6 +375,7 @@ libgda-5.0.vapi: Gda-5.0.gir
vapidir = $(VAPIDIR)
vapi_DATA=libgda-5.0.vapi
+CLEANFILES += $(vapi_DATA)
EXTRA_DIST += \
Gda-5.0.metadata \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a72034c..c0c04c2 100755
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -171,6 +171,7 @@ providers/mdb/gda-mdb-provider.c
providers/mdb/libmain.c
providers/mdb/mdb_specs_dsn.xml.in
providers/mysql/gda-mysql-ddl.c
+providers/mysql/gda-mysql-handler-bin.c
providers/mysql/gda-mysql-handler-boolean.c
providers/mysql/gda-mysql-provider.c
providers/mysql/gda-mysql-recordset.c
diff --git a/tools/cmdtool/Makefile.am b/tools/cmdtool/Makefile.am
index 647a290..7a9de42 100644
--- a/tools/cmdtool/Makefile.am
+++ b/tools/cmdtool/Makefile.am
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
libcmdtool_la_SOURCES = \
tool.h \
tool-decl.h \
+ tool-defines.h \
tool-errors.h \
tool-errors.c \
tool-input.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]