summaryrefslogtreecommitdiff
path: root/gi/overrides/meson.build
blob: 68c4e88434db75b54edc39cc5400f5543e434af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
python_sources = [
  'GLib.py',
  'Gtk.py',
  'Gdk.py',
  'GdkPixbuf.py',
  'GObject.py',
  'Gio.py',
  'GIMarshallingTests.py',
  'Pango.py',
  'keysyms.py',
  'Soup.py',
  '__init__.py']

python.install_sources(python_sources,
  subdir : join_paths('gi', 'overrides')
)