summaryrefslogtreecommitdiff
path: root/callouts
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-04-07 11:20:18 -0400
committerDan Winship <danw@gnome.org>2014-04-07 11:30:18 -0400
commit1d0b50c2c4d3bf4a77865afb4533425a11c172d1 (patch)
tree552c8a6a4ca6f26e238cd99369ff321b02be8135 /callouts
parentb703b14a6aa5f6460d8d38562a2201ce65dce618 (diff)
build: add some missing -DNM_VERSION_MAX_ALLOWED
Add -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE to a bunch of Makefile.ams that were missing it and might eventually need it.
Diffstat (limited to 'callouts')
-rw-r--r--callouts/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am
index 3243d9efef..de4b5f5293 100644
--- a/callouts/tests/Makefile.am
+++ b/callouts/tests/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/libnm-util \
-I$(top_builddir)/libnm-util \
-I$(top_srcdir)/callouts \
+ -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS)