aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/portage/elog/meson.build')
-rw-r--r--lib/portage/elog/meson.build16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/portage/elog/meson.build b/lib/portage/elog/meson.build
new file mode 100644
index 000000000..4f3fd150c
--- /dev/null
+++ b/lib/portage/elog/meson.build
@@ -0,0 +1,16 @@
+py.install_sources(
+ [
+ 'filtering.py',
+ 'messages.py',
+ 'mod_custom.py',
+ 'mod_echo.py',
+ 'mod_mail.py',
+ 'mod_mail_summary.py',
+ 'mod_save.py',
+ 'mod_save_summary.py',
+ 'mod_syslog.py',
+ '__init__.py',
+ ],
+ subdir : 'portage/elog',
+ pure : false
+)