914b3e258cc84fb188240020995585d21fa1e079
[platform/upstream/pygobject2.git] / pygtkcompat / Makefile.am
1 pygtkcompatdir = $(pyexecdir)/pygtkcompat
2
3 pygtkcompat_PYTHON = \
4         __init__.py \
5         generictreemodel.py \
6         pygtkcompat.py
7
8 # if we build in a separate tree, we need to symlink the *.py files from the
9 # source tree; Python does not accept the extensions and modules in different
10 # paths
11 build_pylinks:
12         for f in $(pygtkcompat_PYTHON); do \
13             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
14         done
15
16 all-local: build_pylinks