summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-12-02 18:48:49 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2017-12-02 18:48:49 +0100
commit20b296fd2fe832c3f66841a46a89ea8e367fe420 (patch)
tree3997e4b89962d6d4e265585a33813bebe39a76cb /meson.build
parentd7a4fffefed068d5ee93a0d46050545ae6944427 (diff)
downloadgnome-contacts-20b296fd2fe832c3f66841a46a89ea8e367fe420.tar.gz
Use G_LOG_DOMAIN.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b89c718..151a2ad 100644
--- a/meson.build
+++ b/meson.build
@@ -60,6 +60,7 @@ manpage_enabled = get_option('with-manpage')
# Configuration
conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+conf.set_quoted('G_LOG_DOMAIN', meson.project_name())
conf.set_quoted('LOCALEDIR', locale_dir)
conf.set_quoted('PACKAGE_NAME', meson.project_name())
conf.set_quoted('PACKAGE_STRING', meson.project_name())