summaryrefslogtreecommitdiff
path: root/giscanner/meson.build
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-07 08:01:53 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-07 08:03:13 +0100
commitbb02dbc7cda7b1631c043f0df911370f48f7e2d6 (patch)
tree6d635d77e7c6459e6966d7b7bdff9bfa08695057 /giscanner/meson.build
parent19c67f77e23cf80da957bfa0b28c1b31d81339f0 (diff)
downloadgobject-introspection-bb02dbc7cda7b1631c043f0df911370f48f7e2d6.tar.gz
Remove LibtoolImporter
From what I can see this was used for importing the C ext in an uninstalled libtool build of g-i. We no longer use libtool, so this is no longer needed.
Diffstat (limited to 'giscanner/meson.build')
-rw-r--r--giscanner/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/meson.build b/giscanner/meson.build
index a3b06f37..098b7b6b 100644
--- a/giscanner/meson.build
+++ b/giscanner/meson.build
@@ -13,7 +13,6 @@ giscanner_files = [
'girparser.py',
'girwriter.py',
'gdumpparser.py',
- 'libtoolimporter.py',
'maintransformer.py',
'mdextensions.py',
'message.py',