1 pygioverridesdir = $(pyexecdir)/gi/overrides
3 pygioverrides_PYTHON = \
9 GIMarshallingTests.py \
14 # if we build in a separate tree, we need to symlink the *.py files from the
15 # source tree; Python does not accept the extensions and modules in different
18 for f in $(pygioverrides_PYTHON); do \
19 [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
22 all-local: build_pylinks
23 check-local: build_pylinks