summaryrefslogtreecommitdiff
path: root/catalog/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/meson.build')
-rw-r--r--catalog/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/meson.build b/catalog/meson.build
index 7139c2e053..a20189d314 100644
--- a/catalog/meson.build
+++ b/catalog/meson.build
@@ -19,7 +19,7 @@ support_url = get_option('support-url')
support_sed = 's~%SUPPORT_URL%~@0@~'.format(support_url)
foreach file : in_files
- custom_target(
+ catalogs += custom_target(
file,
input : file + '.in',
output: file,