commit f0832459ac96ea359f00b4c1fca44246a502a26b
parent 920b2b7f03ae5ec914687bb41dbc73a0c0d4658d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Fri, 10 Apr 2026 23:14:35 +0200
build: fix doc only
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
@@ -44,6 +44,7 @@ TALER_PLUGIN_LDFLAGS = [
'--no-undefined',
]
+cdata = configuration_data()
if not get_option('only-doc')
add_project_arguments(
'-Wall',
@@ -366,7 +367,6 @@ if not get_option('only-doc')
configure_file(output: 'taler_merchant_config.h', configuration: private_config)
configuration_inc = include_directories('.')
- cdata = configuration_data()
cdata.merge_from(private_config)
add_project_arguments('-DHAVE_CONFIG_H', language: 'c')