release 3.27.0
[pygobject.git] / gi / repository / Makefile.am
blob1177ad546a7c5cc124277347da096a27d22bb1c5
1 pygirepositorydir = $(pyexecdir)/gi/repository
3 pygirepository_PYTHON = \
4         __init__.py
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 $(pygirepository_PYTHON); do \
12             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
13         done
15 all-local: build_pylinks
16 check-local: build_pylinks