From 755117d64899833a959ed61777be27cb2ba1fa98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Wed, 29 May 2019 14:00:38 +0300 Subject: Protocol: now renamed things properly and updated build files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ramūnas Mažeikis --- src/common/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/meson.build') 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) -- cgit v1.2.3 From a23ca7681b3dad7b63fd7b38e05fdfc2e0d75b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Wed, 29 May 2019 14:17:05 +0300 Subject: Removed tlv_private.h from ./src/common/. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ramūnas Mažeikis --- src/common/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/meson.build') diff --git a/src/common/meson.build b/src/common/meson.build index 82ebaa7..da8b656 100644 --- a/src/common/meson.build +++ b/src/common/meson.build @@ -1,5 +1,4 @@ common_filenames = [ - 'tlv_private.h', 'tlv.c' ] -- cgit v1.2.3