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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dbcd6d43d..cd13bffb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ include $(top_srcdir)/tools/flymake.mk AM_CPPFLAGS = \ -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"empathy\" \ $(EMPATHY_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ |