summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-10-16 23:17:18 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-10-24 22:00:05 +0530
commitca4ce1b402f402edfe65f69eb6e6782b10cee473 (patch)
treedf014a45a687df5a19b7c4fb04c7c860415133fc /Makefile.am
parent9e9fdf960e6afce7c6c90d5b4c41d494b6a33167 (diff)
downloadphosphor-networkd-ca4ce1b402f402edfe65f69eb6e6782b10cee473.tar.gz
phosphor-networkd-ca4ce1b402f402edfe65f69eb6e6782b10cee473.zip
Add inotify watch support
Added code to register for inotify events on the needed path and the user callback on events Change-Id: I90529f8e96fcbecfe0a1b943c3c435dab79222c3 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e2f2fcf..3b91845 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,8 @@ noinst_HEADERS = \
vlan_interface.hpp \
rtnetlink_server.hpp \
timer.hpp \
- dns_updater.hpp
+ dns_updater.hpp \
+ watch.hpp
phosphor_network_manager_SOURCES = \
ethernet_interface.cpp \
@@ -41,7 +42,8 @@ phosphor_network_manager_SOURCES = \
vlan_interface.cpp \
rtnetlink_server.cpp \
timer.cpp \
- dns_updater.cpp
+ dns_updater.cpp \
+ watch.cpp
CLEANFILES = \
xyz/openbmc_project/Network/VLAN/Create/server.cpp \
OpenPOWER on IntegriCloud