Compilation: clean up dialog including.
[gnumeric.git] / introspection / Makefile.am
blob284bf3bae10a32d0ca59efdb68111bc782cff7cf
1 EXTRA_DIST = README                     \
2         gi/overrides/Gnm.py             \
3         gi/overrides/__init__.py
5 if HAVE_INTROSPECTION
6 if HAVE_PYTHON_GI
7 install-data-local:
8         install -D -m 0444 -t @GIOVERRIDESDIR@ gi/overrides/Gnm.py
10 uninstall-local:
11         rm -f @GIOVERRIDESDIR@/Gnm.py
12 endif
13 endif