summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-22 23:50:15 +0100
committerThomas Haller <thaller@redhat.com>2017-02-22 23:50:15 +0100
commit161eb65330e0ea3bada25fd6ef8e5892a7de4157 (patch)
treee46cac846f0b7fc22601d601952792ad9f582250
parentdd9ae7b8138daf5e3fae05385a7f2d16744a0953 (diff)
downloadNetworkManager-161eb65330e0ea3bada25fd6ef8e5892a7de4157.tar.gz
fixup! team: support the ethernet.cloned-mac-address property
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8930b107ad..5821a04285 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2562,6 +2562,7 @@ src_devices_team_libnm_device_plugin_team_la_CPPFLAGS = \
-DG_LOG_DOMAIN=\""NetworkManager"\" \
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
$(LIBTEAMDCTL_CFLAGS) \
+ $(JANSSON_CFLAGS) \
$(GLIB_CFLAGS)
src_devices_team_libnm_device_plugin_team_la_LDFLAGS = \
@@ -2571,6 +2572,7 @@ src_devices_team_libnm_device_plugin_team_la_LDFLAGS = \
src_devices_team_libnm_device_plugin_team_la_LIBADD = \
introspection/libnmdbus.la \
$(LIBTEAMDCTL_LIBS) \
+ $(JANSSON_LIBS) \
$(GLIB_LIBS) \
$(GUDEV_LIBS)