diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-03-30 13:24:51 -0400 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-03-30 13:38:32 -0400 |
commit | 516886f12dc259020d24bee3f6e19f181e8e457d (patch) | |
tree | 305c1ec9df656d3efbaa8e57fc05ff1104d1da5f /socket/Makefile.am | |
parent | a7875a2b37f4add9ff4dddaa3aa334d3f0a8962f (diff) | |
download | libnice-516886f12dc259020d24bee3f6e19f181e8e457d.tar.gz |
Set libnice specific debug domains
Diffstat (limited to 'socket/Makefile.am')
-rw-r--r-- | socket/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/Makefile.am b/socket/Makefile.am index c730475..97c6998 100644 --- a/socket/Makefile.am +++ b/socket/Makefile.am @@ -9,6 +9,7 @@ include $(top_srcdir)/common.mk AM_CFLAGS = \ + -DG_LOG_DOMAIN=\"libnice-socket\" \ $(ERROR_CFLAGS) \ $(GLIB_CFLAGS) \ -I $(top_srcdir)/random \ |