summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-07-15 12:20:51 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-07-15 12:20:51 +0000
commit32a31c5844321139d8cc54d81732994ba4eb3ec2 (patch)
tree9976f2843a7667905121d14f70e5b840f76c044d /examples
parent5295efbbdd87869144b62d53c51b6ae4c1c83c77 (diff)
downloadclutter-gtk-32a31c5844321139d8cc54d81732994ba4eb3ec2.tar.gz
2008-07-15 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Post-release bump to 0.8.1.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 87d7740..6402291 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -12,10 +12,10 @@ INCLUDES = \
AM_CPPFLAGS = $(CLUTTER_CFLAGS) $(GTK_CFLAGS)
common_deps = \
- $(top_builddir)/clutter-gtk/libclutter-gtk-0.7.la
+ $(top_builddir)/clutter-gtk/libclutter-gtk-0.8.la
common_ldadd = \
- $(top_builddir)/clutter-gtk/libclutter-gtk-0.7.la \
+ $(top_builddir)/clutter-gtk/libclutter-gtk-0.8.la \
$(CLUTTER_LIBS) \
$(GTK_LIBS)