aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2018-12-04 13:43:14 +0100
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2018-12-12 14:03:44 +0100
commitef83f150ade33a31532f1e2c68db08e26bfde38e (patch)
treebe602f484cde2a45cbc9d21c23bae9a62d94c3f8 /src/plugins/CMakeLists.txt
parent294f81afc033629a34571073f02ef6880c7d5771 (diff)
Openconfig interfaces xpath.
Change-Id: If8af26c846ae82b7ef311e7d0b431c026ad0da25 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'src/plugins/CMakeLists.txt')
-rw-r--r--src/plugins/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
index 0c39258..7482ad7 100644
--- a/src/plugins/CMakeLists.txt
+++ b/src/plugins/CMakeLists.txt
@@ -35,6 +35,8 @@ endif()
set(PLUGINS_SOURCES
sc_interface.c
sc_plugins.c
+ openconfig/openconfig_interfaces.c
+ openconfig/sys_util.c
)