summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAtul Anand <atulhjp@gmail.com>2016-08-16 05:55:57 +0530
committerThomas Haller <thaller@redhat.com>2016-10-04 11:44:13 +0200
commitfd0b9ab58337552a122e1b3d63818633122f118d (patch)
tree1369a9991ea4c40899282d1d3a22e4bd2afc3211 /src/Makefile.am
parentecfcdbda46a798f477612eb82fdaf9042a7c459e (diff)
downloadNetworkManager-fd0b9ab58337552a122e1b3d63818633122f118d.tar.gz
src:(pacrunner-manager): Object for interaction with PacRunner
A new object NMPacRunnerManager has been added to manage and interact PacRunner. It invokes both DBus methods on PacRunner DBus interface. It stores the returned object path from CreateProxyConfiguration() to feed as parameter to DestroyProxyCofiguration() when network goes down.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index db49154a06..f5213834da 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -458,6 +458,8 @@ libNetworkManager_la_SOURCES = \
nm-manager.h \
nm-multi-index.c \
nm-multi-index.h \
+ nm-pacrunner-manager.c \
+ nm-pacrunner-manager.h \
nm-policy.c \
nm-policy.h \
nm-rfkill-manager.c \
@@ -558,6 +560,9 @@ nm_iface_helper_SOURCES = \
platform/wifi/wifi-utils.c \
platform/wifi/wifi-utils.h \
\
+ nm-pacrunner-manager.c \
+ nm-pacrunner-manager.h \
+ \
rdisc/nm-lndp-rdisc.c \
rdisc/nm-lndp-rdisc.h \
rdisc/nm-rdisc.c \