mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -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>
|
||||
|
||||
* python/clutter-base-types.defs: Remove ClutterActorTransform.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user