summaryrefslogtreecommitdiff
path: root/plugins/externaltools/tools/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/externaltools/tools/meson.build')
-rw-r--r--plugins/externaltools/tools/meson.build17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/externaltools/tools/meson.build b/plugins/externaltools/tools/meson.build
new file mode 100644
index 00000000..c97bd6b0
--- /dev/null
+++ b/plugins/externaltools/tools/meson.build
@@ -0,0 +1,17 @@
+install_data(
+ '__init__.py',
+ 'capture.py',
+ 'library.py',
+ 'functions.py',
+ 'manager.py',
+ 'outputpanel.py',
+ 'filelookup.py',
+ 'linkparsing.py',
+ install_dir: join_paths(pluginsdir, 'externaltools'),
+)
+
+install_data(
+ 'tools.ui',
+ 'outputpanel.ui',
+ install_dir: join_paths(datadir, 'pluma', 'plugins', 'externaltools', 'ui'),
+)