diff options
Diffstat (limited to 'common/meson.build')
-rw-r--r-- | common/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/meson.build b/common/meson.build index e465fa5..663c1ce 100644 --- a/common/meson.build +++ b/common/meson.build @@ -1,4 +1,5 @@ libdlmcommon_sources = [ + 'dlm-protocol.c', 'socket-path.c', 'log.c' ] |