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