mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
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.
This commit is contained in:
parent
1de2aebe48
commit
c7df70f5bd
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2006-06-22 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* python/clutter-base-types.defs: Remove ClutterActorTransform.
|
* python/clutter-base-types.defs: Remove ClutterActorTransform.
|
||||||
|
@ -60,6 +60,11 @@ CLEANFILES += clutter-pyglue.c
|
|||||||
pythondir = $(libdir)/python${PY_VER}/site-packages
|
pythondir = $(libdir)/python${PY_VER}/site-packages
|
||||||
python_LTLIBRARIES = clutter.la
|
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)
|
INCLUDES = $(PYTHON_CFLAGS) $(PYGTK_CFLAGS) -I$(top_srcdir) $(CLUTTER_CFLAGS)
|
||||||
|
|
||||||
clutter_la_SOURCES = clutter-pyglue.c cluttermodule.c
|
clutter_la_SOURCES = clutter-pyglue.c cluttermodule.c
|
||||||
|
@ -199,6 +199,7 @@ gtk/Makefile
|
|||||||
gtk/gtk-clutter.pc
|
gtk/gtk-clutter.pc
|
||||||
bindings/Makefile
|
bindings/Makefile
|
||||||
bindings/python/Makefile
|
bindings/python/Makefile
|
||||||
|
bindings/python/pyclutter.pc
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/reference/Makefile
|
doc/reference/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user