Remove extern "C" wrapping other includes
[platform/upstream/libsoup.git] / po / meson.build
1 i18n = import('i18n')
2
3 i18n.gettext(meson.project_name(),
4   preset : 'glib',
5   args: [
6   '--default-domain=' + meson.project_name(),
7   ]
8 )