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