mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 09:19:31 +00: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:
@ -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
|
||||
|
Reference in New Issue
Block a user