From 3d70003eb5f1130d9e6c5fab2eb1d543b8e607fb Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Tue, 5 Feb 2019 14:40:48 +0100 Subject: meson: cleanup --- contrib/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/meson.build b/contrib/meson.build index c9fcb62c..0c7aeb1c 100644 --- a/contrib/meson.build +++ b/contrib/meson.build @@ -1,3 +1,5 @@ +# contrib + contrib_src = [ 'ccan/asprintf/asprintf.c', 'ccan/ilog/ilog.c', @@ -15,7 +17,7 @@ contrib_lib = static_library( 'contrib', contrib_src, include_directories: contrib_inc, - dependencies: libknot, # errcode.h + dependencies: libknot, ) contrib_dep = declare_dependency( -- cgit v1.2.3