summaryrefslogtreecommitdiff
path: root/pygtkcompat/meson.build
blob: 9e43c44b6b55ec1c3303d6070578d2d3ff61b3fb (plain)
1
2
3
4
5
6
7
8
python_sources = [
  '__init__.py',
  'generictreemodel.py',
  'pygtkcompat.py']

python.install_sources(python_sources,
  subdir : 'pygtkcompat'
)