[clutter-gtkmm] Mention the tests SUBDIR to fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Subject: [clutter-gtkmm] Mention the tests SUBDIR to fix the build.
- Date: Fri, 15 May 2009 12:12:18 -0400 (EDT)
commit 5f1a70cc28dd01a8ca9b226736d966f1ec6687af
Author: Murray Cumming <murrayc murrayc com>
Date: Fri May 15 18:12:02 2009 +0200
Mention the tests SUBDIR to fix the build.
---
ChangeLog | 6 ++++++
Makefile.am | 2 +-
NEWS | 5 +++++
configure.in | 4 ++--
4 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index af46038..d450216 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+0.9.3:
+
+2009-05-15 Murray Cumming <murrayc murrayc com>
+
+ * Makefile.am: Mention the tests SUBDIR to fix the build.
+
2009-05-15 Siavash Safi <siavash siavashs org>
* configure.in: Increase version and required clutter-gtk version to 0.9.1
diff --git a/Makefile.am b/Makefile.am
index 7256e69..fdc3d8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = tools clutter-gtk docs examples
+SUBDIRS = tools clutter-gtk docs examples tests
DIST_SUBDIRS = $(SUBDIRS) scripts
EXTRA_DIST = \
diff --git a/NEWS b/NEWS
index 4102317..3447584 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.9.3:
+
+* Updated for latest clutter-gtk.
+ (Siavash Safi)
+
0.7.2:
* Created this new clutter-gtkmm tarball, wrapping clutter-gtk.
diff --git a/configure.in b/configure.in
index f9590c8..2750933 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(clutter-gtk/clutter-gtkmm-config.h.in)
#########################################################################
CLUTTER_GTKMM_MAJOR_VERSION=0
CLUTTER_GTKMM_MINOR_VERSION=9
-CLUTTER_GTKMM_MICRO_VERSION=1
+CLUTTER_GTKMM_MICRO_VERSION=3
#
# +1 : ? : +1 == new interface that does not break old one
@@ -14,7 +14,7 @@ CLUTTER_GTKMM_MICRO_VERSION=1
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
-CLUTTER_GTKMM_SO_VERSION=1:0:0
+CLUTTER_GTKMM_SO_VERSION=2:0:0
CLUTTER_GTKMM_VERSION=$CLUTTER_GTKMM_MAJOR_VERSION.$CLUTTER_GTKMM_MINOR_VERSION.$CLUTTER_GTKMM_MICRO_VERSION
CLUTTER_GTKMM_RELEASE=$CLUTTER_GTKMM_MAJOR_VERSION.$CLUTTER_GTKMM_MINOR_VERSION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]