summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-04-07 16:14:47 -0400
committerDan Winship <danw@gnome.org>2014-04-23 10:19:17 -0400
commitbea82ca98b0e360b4cad5dfb2bcbaad24e3ddbda (patch)
tree5b1c8b30096ca239cfe9ba1b9744f9b51f126664 /src/Makefile.am
parent645f0204f95f26616d6c71d90b6f4c1e6c3b4707 (diff)
downloadNetworkManager-bea82ca98b0e360b4cad5dfb2bcbaad24e3ddbda.tar.gz
all: set G_LOG_DOMAIN appropriately, for better g_log() messages
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ca2a372585..f75f84df6c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,6 +34,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/libnm-util \
-I$(top_builddir)/libnm-util \
-I$(top_srcdir)/callouts \
+ -DG_LOG_DOMAIN=\""NetworkManager"\" \
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE
# add each subdirectory that contains a libNM source file. $(sort) is being used