summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-07-28 18:03:06 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-07-28 18:03:06 +0100
commite5134f0d63dc342e778dc99cc1c0d4e75aeb33da (patch)
treeb94efc9234eaf470a271b7a8b6742cdb3306ddae /examples
parent2456362cdb08bc4580ddef5e4748c2439a201c7e (diff)
downloadclutter-gtk-e5134f0d63dc342e778dc99cc1c0d4e75aeb33da.tar.gz
[build] Use symbolic values for clutter-gtk version
We should be using CLUTTER_GTK_API_VERSION instead of hardcoding 0.9 or using MAJOR.MINOR explicitly.
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 a59aca3..1e5d047 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -13,10 +13,10 @@ INCLUDES = \
AM_CPPFLAGS = $(MAINTAINER_CFLAGS) $(CLUTTER_CFLAGS) $(GTK_CFLAGS)
common_deps = \
- $(top_builddir)/clutter-gtk/libclutter-gtk-0.9.la
+ $(top_builddir)/clutter-gtk/libclutter-gtk-@CLUTTER_GTK_API_VERSION@.la
common_ldadd = \
- $(top_builddir)/clutter-gtk/libclutter-gtk-0.9.la \
+ $(top_builddir)/clutter-gtk/libclutter-gtk-@CLUTTER_GTK_API_VERSION@.la \
$(CLUTTER_LIBS) \
$(GTK_LIBS)