From f76dcf8219573a6d7408c4c11487ce999f1af6e7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 17 Jul 2007 13:28:40 +0000 Subject: [PATCH] 2007-07-17 Emmanuele Bassi * clutter-gtk/Makefile.am: * clutter-gtk.pc.in: Install (and use) a versioned library, to match the behaviour of clutter-core and the other integration libraries. --- ChangeLog | 7 +++++++ clutter-gtk.pc.in | 2 +- clutter-gtk/Makefile.am | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b80ba83..0049f94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-07-17 Emmanuele Bassi + * clutter-gtk/Makefile.am: + * clutter-gtk.pc.in: Install (and use) a versioned library, to + match the behaviour of clutter-core and the other integration + libraries. + +2007-07-17 Emmanuele Bassi + * clutter-gtk.pc.in: Depend on the right clutter pkgconfig file * Makefile.am: Install a versioned clutter-gtk pkgconfig file diff --git a/clutter-gtk.pc.in b/clutter-gtk.pc.in index 6ecfda1..a8b32f2 100644 --- a/clutter-gtk.pc.in +++ b/clutter-gtk.pc.in @@ -6,6 +6,6 @@ includedir=${prefix}/include Name: clutter-gtk Description: GTK+ widget for Clutter Version: @VERSION@ -Libs: -L${libdir} -lclutter-gtk +Libs: -L${libdir} -lclutter-gtk-0.3 Cflags: -I${includedir}/clutter-0.3/clutter-gtk Requires: clutter-0.3 gtk+-2.0 diff --git a/clutter-gtk/Makefile.am b/clutter-gtk/Makefile.am index 96cb42f..4def1dc 100644 --- a/clutter-gtk/Makefile.am +++ b/clutter-gtk/Makefile.am @@ -9,11 +9,11 @@ INCLUDES = \ $(CLUTTER_CFLAGS) \ $(GTK_CFLAGS) -lib_LTLIBRARIES = libcluttergtk-1.0.la +lib_LTLIBRARIES = libclutter-gtk-0.3.la -libcluttergtk_1_0_la_SOURCES = clutter-gtk.c -libcluttergtk_1_0_la_LIBADD = $(CLUTTER_LIBS) $(GTK_LIBS) -libcluttergtk_1_0_la_LDFLAGS = $(CLUTTER_LT_LDFLAGS) +libclutter_gtk_0_3_la_SOURCES = clutter-gtk.c +libclutter_gtk_0_3_la_LIBADD = $(CLUTTER_LIBS) $(GTK_LIBS) +libclutter_gtk_0_3_la_LDFLAGS = $(CLUTTER_LT_LDFLAGS) cluttergtkheadersdir = $(includedir)/clutter-0.3/clutter-gtk cluttergtkheaders_HEADERS = clutter-gtk.h -- 1.7.9.5