diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-18 07:26:20 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-18 08:05:56 +0800 |
commit | a7785586abe2bf770185fdf8be1855552c476600 (patch) | |
tree | 253749389d540bb3eb34365c0e2e5b38672e61a1 /libempathy | |
parent | b30ac2b9664e4c0a31f15a8b59ee9f23c308d91f (diff) | |
download | gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.tar gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.tar.gz gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.tar.bz2 gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.tar.lz gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.tar.xz gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.tar.zst gsoc2013-empathy-a7785586abe2bf770185fdf8be1855552c476600.zip |
Set G_LOG_DOMAIN in libempathy and empathy.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index a07e863c1..6a42bba9a 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ -DDATADIR=\""$(datadir)"\" \ -DLOCALEDIR=\""$(datadir)/locale"\" \ + -DG_LOG_DOMAIN=\"empathy\" \ $(LIBEMPATHY_CFLAGS) \ $(GEOCLUE_CFLAGS) \ $(WARN_CFLAGS) \ |