aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-14 15:52:44 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-28 13:19:02 +0300
commitcb2878b514fe72eb3e8c36bc2fba038295777899 (patch)
tree1b4d0b89232907dcde668f9b97c5d9a5cefa53ad
parentb6f553a33e751ad51abf036ab0ce7b01ee99e39a (diff)
lib: install defs.h
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
-rw-r--r--lib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/meson.build b/lib/meson.build
index c0ae401..b63a051 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -8,6 +8,7 @@ icipc_lib_sources = files(
)
icipc_lib_headers = files(
+ 'defs.h',
'protocol.h',
'receiver.h',
'sender.h',