diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-24 13:10:09 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-04-05 08:14:53 +0000 |
commit | 7960b365d50c2a9e687a75b46f044e8e52b72b65 (patch) | |
tree | fe50e2c04423cfd4eda3518f2cc6dfd5b0b95f25 /meson.build | |
parent | 99232154b34e0b8034e84678959454fd9763336e (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.build | 1 |
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') |