summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-06-15 08:39:15 +0530
committerRatan Gupta <ratagupt@in.ibm.com>2017-06-21 14:50:47 +0530
commit82e1ef999fc207b0f307f4161e95d41d3d5f014a (patch)
tree39bec888fc6ccec9c4cd249700104d147fb15e55 /Makefile.am
parentb46497fe9c2ec0fe7ed1784ee9a94b386ce6c403 (diff)
downloadphosphor-networkd-82e1ef999fc207b0f307f4161e95d41d3d5f014a.tar.gz
phosphor-networkd-82e1ef999fc207b0f307f4161e95d41d3d5f014a.zip
Implement system configuration Dbus interface
Change-Id: I713175e946af47990afcead00558ee4b90cbce8e Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 370709f..02ba4c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,9 @@ noinst_HEADERS = \
network_manager.hpp \
ipaddress.hpp \
types.hpp \
- util.hpp
+ util.hpp \
+ routing_table.hpp \
+ system_configuration.hpp
phosphor_network_manager_SOURCES = \
ethernet_interface.cpp \
@@ -24,6 +26,7 @@ phosphor_network_manager_SOURCES = \
network_config.cpp \
network_manager.cpp \
network_manager_main.cpp \
+ system_configuration.cpp \
xyz/openbmc_project/Network/VLAN/Create/server.cpp \
xyz/openbmc_project/Network/IP/Create/server.cpp \
util.cpp \
OpenPOWER on IntegriCloud