Commit 516886f1 authored by Olivier Crête's avatar Olivier Crête Committed by Youness Alaoui

Set libnice specific debug domains

parent a7875a2b
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
include $(top_srcdir)/common.mk include $(top_srcdir)/common.mk
AM_CFLAGS = \ AM_CFLAGS = \
-DG_LOG_DOMAIN=\"libnice\" \
$(ERROR_CFLAGS) \ $(ERROR_CFLAGS) \
$(GLIB_CFLAGS) \ $(GLIB_CFLAGS) \
-I $(top_srcdir) \ -I $(top_srcdir) \
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
include $(top_srcdir)/common.mk include $(top_srcdir)/common.mk
AM_CFLAGS = \ AM_CFLAGS = \
-DG_LOG_DOMAIN=\"libnice-socket\" \
$(ERROR_CFLAGS) \ $(ERROR_CFLAGS) \
$(GLIB_CFLAGS) \ $(GLIB_CFLAGS) \
-I $(top_srcdir)/random \ -I $(top_srcdir)/random \
......
...@@ -10,7 +10,7 @@ SUBDIRS = . tools tests ...@@ -10,7 +10,7 @@ SUBDIRS = . tools tests
include $(top_srcdir)/common.mk include $(top_srcdir)/common.mk
AM_CFLAGS = -std=gnu99 $(ERROR_CFLAGS) AM_CFLAGS = -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" $(ERROR_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir) AM_CPPFLAGS = -I$(top_srcdir)
noinst_LTLIBRARIES = libstun.la noinst_LTLIBRARIES = libstun.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment