diff options
author | 2019-05-29 14:00:38 +0300 | |
---|---|---|
committer | 2019-05-29 14:00:38 +0300 | |
commit | 755117d64899833a959ed61777be27cb2ba1fa98 (patch) | |
tree | 033a31d0e8ae4c8c77faa89b385c26f927dbfe02 /src/common/meson.build | |
parent | 743f4857ede9f48def462c1ea2cee8be71356fac (diff) | |
download | usurpation-755117d64899833a959ed61777be27cb2ba1fa98.tar.gz usurpation-755117d64899833a959ed61777be27cb2ba1fa98.tar.bz2 usurpation-755117d64899833a959ed61777be27cb2ba1fa98.zip |
Protocol: now renamed things properly and updated build files.
Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
Diffstat (limited to 'src/common/meson.build')
-rw-r--r-- | src/common/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/meson.build b/src/common/meson.build index b0f0c82..82ebaa7 100644 --- a/src/common/meson.build +++ b/src/common/meson.build @@ -1,4 +1,6 @@ common_filenames = [ + 'tlv_private.h', + 'tlv.c' ] common_sources = files(common_filenames) |