diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-01-28 16:14:59 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-01-28 16:19:28 -0500 |
commit | 5d094ec17f0f60489efe9df6c113be62f80b4c2a (patch) | |
tree | 266b3471abb9520afaca36fe0af491e8a72ec98b /include/meson.build | |
parent | 4da886055d7cdc659858eec3a45e14f52fcfa643 (diff) |
GLib based interface library for ConnMan, factored out of the
agl-service-network binding code. See README.md for build and usage
notes and the mapping of the new source files to those in the binding
if that is for some reason required.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I13c0982c790353c6e48f21bb8c4953a676840dbb
Diffstat (limited to 'include/meson.build')
-rw-r--r-- | include/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build new file mode 100644 index 0000000..078461d --- /dev/null +++ b/include/meson.build @@ -0,0 +1 @@ +install_headers('connman-glib.h') |