aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-29 03:18:03 +0900
committerGitHub <noreply@github.com>2018-11-29 03:18:03 +0900
commit50ae773f85216875033ae47362bb906cf5f5b2d8 (patch)
treea3a6ccd3bc8df5411d55d3963e204507ec4d6a3d /meson.build
parentMerge pull request #10948 from ssahani/iprule-port-proto (diff)
parentutil: make *_from_name() returns negative errno on error (diff)
downloadsystemd-50ae773f85216875033ae47362bb906cf5f5b2d8.tar.gz
systemd-50ae773f85216875033ae47362bb906cf5f5b2d8.tar.bz2
systemd-50ae773f85216875033ae47362bb906cf5f5b2d8.zip
Merge pull request #10970 from yuwata/from-name-return-negative-errno
util: make *_from_name() returns negative errno on error
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b4093b130..c2d48f077 100644
--- a/meson.build
+++ b/meson.build
@@ -1388,6 +1388,8 @@ includes = include_directories('src/basic',
add_project_arguments('-include', 'config.h', language : 'c')
+generate_gperfs = find_program('tools/generate-gperfs.py')
+
subdir('po')
subdir('catalog')
subdir('src/systemd')