summaryrefslogtreecommitdiff
path: root/src/devices/adsl
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/devices/adsl
parent645f0204f95f26616d6c71d90b6f4c1e6c3b4707 (diff)
downloadNetworkManager-bea82ca98b0e360b4cad5dfb2bcbaad24e3ddbda.tar.gz
all: set G_LOG_DOMAIN appropriately, for better g_log() messages
Diffstat (limited to 'src/devices/adsl')
-rw-r--r--src/devices/adsl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/adsl/Makefile.am b/src/devices/adsl/Makefile.am
index 4c493d943c..a4ec50abf8 100644
--- a/src/devices/adsl/Makefile.am
+++ b/src/devices/adsl/Makefile.am
@@ -14,6 +14,7 @@ AM_CPPFLAGS = \
-I${top_srcdir}/include \
-I${top_builddir}/libnm-util \
-I${top_srcdir}/libnm-util \
+ -DG_LOG_DOMAIN=\""NetworkManager-adsl"\" \
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
$(DBUS_CFLAGS) \
$(POLKIT_CFLAGS) \