From 30513e7a89cc2f9283458100dea298770c7d18de Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 7 Jun 2019 17:13:13 +0300 Subject: refactor server/client discovery to use TLVs. Signed-off-by: Gediminas Jakutis --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4efb996..035f7a4 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ elif get_option('buildtype') == 'debugoptimized' verb = '3' endif -daemon = executable(progname, d_sources, version, include_directories : inc, install : true, dependencies : deps, extra_files : d_conf, c_args : ['-DUSURP_VERBOSITY=' + verb, '-DSYSCONFDIR=' + get_option('sysconfdir')]) +daemon = executable(progname, [d_sources, common_sources], version, include_directories : inc, install : true, dependencies : deps, extra_files : d_conf, c_args : ['-DUSURP_VERBOSITY=' + verb, '-DSYSCONFDIR=' + get_option('sysconfdir')]) #install_data(extra, install_dir : resource_dir) install_data(d_conf, install_dir : get_option('sysconfdir')) -- cgit v1.2.3