aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-03-24 13:10:09 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-04-05 08:14:53 +0000
commit7960b365d50c2a9e687a75b46f044e8e52b72b65 (patch)
treefe50e2c04423cfd4eda3518f2cc6dfd5b0b95f25 /meson.build
parent99232154b34e0b8034e84678959454fd9763336e (diff)
data: add example connection dispatcher
Just a minimal example that prints the events in syslog
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0fc3469a..540c6d50 100644
--- a/meson.build
+++ b/meson.build
@@ -367,6 +367,7 @@ version_conf = {
subdir('po')
subdir('data')
+subdir('data/dispatcher-connection')
subdir('data/dispatcher-fcc-unlock')
subdir('introspection')
subdir('include')