From c7df70f5bd035bff766e632aad548c3811bd760f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 22 Jun 2006 09:25:58 +0000 Subject: [PATCH] 2006-06-22 Emmanuele Bassi * python/Makefile.am: * python/pyclutter.pc.in: Add a pkgconfig file in order to check for bindings existence. --- bindings/ChangeLog | 6 ++++++ bindings/python/Makefile.am | 5 +++++ configure.ac | 1 + 3 files changed, 12 insertions(+) diff --git a/bindings/ChangeLog b/bindings/ChangeLog index 1fe57ec0c..db4a8dec7 100644 --- a/bindings/ChangeLog +++ b/bindings/ChangeLog @@ -1,3 +1,9 @@ +2006-06-22 Emmanuele Bassi + + * python/Makefile.am: + * python/pyclutter.pc.in: Add a pkgconfig file in order to + check for bindings existence. + 2006-06-22 Emmanuele Bassi * python/clutter-base-types.defs: Remove ClutterActorTransform. diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 3b73e64d7..2ac69026b 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -60,6 +60,11 @@ CLEANFILES += clutter-pyglue.c pythondir = $(libdir)/python${PY_VER}/site-packages python_LTLIBRARIES = clutter.la +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = pyclutter.pc + +EXTRA_DIST += pyclutter.pc.in + INCLUDES = $(PYTHON_CFLAGS) $(PYGTK_CFLAGS) -I$(top_srcdir) $(CLUTTER_CFLAGS) clutter_la_SOURCES = clutter-pyglue.c cluttermodule.c diff --git a/configure.ac b/configure.ac index 48c2562fe..cccdb6bf6 100644 --- a/configure.ac +++ b/configure.ac @@ -199,6 +199,7 @@ gtk/Makefile gtk/gtk-clutter.pc bindings/Makefile bindings/python/Makefile +bindings/python/pyclutter.pc examples/Makefile doc/Makefile doc/reference/Makefile