2006-06-22 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 22 Jun 2006 09:25:58 +0000 (09:25 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 22 Jun 2006 09:25:58 +0000 (09:25 +0000)
* python/Makefile.am:
* python/pyclutter.pc.in: Add a pkgconfig file in order to
check for bindings existence.

bindings/ChangeLog
bindings/python/Makefile.am
configure.ac

index 1fe57ec..db4a8de 100644 (file)
@@ -1,5 +1,11 @@
 2006-06-22  Emmanuele Bassi  <ebassi@openedhand.com>
 
+       * python/Makefile.am:
+       * python/pyclutter.pc.in: Add a pkgconfig file in order to
+       check for bindings existence.
+
+2006-06-22  Emmanuele Bassi  <ebassi@openedhand.com>
+
        * python/clutter-base-types.defs: Remove ClutterActorTransform.
 
 2006-06-13  Matthew Allum  <mallum@openedhand.com>
index 3b73e64..2ac6902 100644 (file)
@@ -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
index 48c2562..cccdb6b 100644 (file)
@@ -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