summaryrefslogtreecommitdiffstats
path: root/extras/vom
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2018-11-07 04:03:13 -0800
committerFlorin Coras <florin.coras@gmail.com>2018-11-07 15:54:40 +0000
commit232b2d55807cfdb89bbad6fc985bd2d94bb2f22a (patch)
treed0a972cde1ed6cf745f1c0e96fb38b1f711742cd /extras/vom
parentc29c0af40eda76e382a63269bca9ff57c6ecf5d5 (diff)
VOM: GBP missing header file exports
Change-Id: I24a894bde170669a05f1a7d58afc70524538f060 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'extras/vom')
-rw-r--r--extras/vom/vom/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/extras/vom/vom/CMakeLists.txt b/extras/vom/vom/CMakeLists.txt
index a2c35addb05..82c221130f6 100644
--- a/extras/vom/vom/CMakeLists.txt
+++ b/extras/vom/vom/CMakeLists.txt
@@ -191,11 +191,14 @@ endif()
if(GBP_FILE)
list(APPEND VOM_HEADERS
+ gbp_contract.hpp
+ gbp_bridge_domain.hpp
gbp_endpoint.hpp
gbp_endpoint_group.hpp
- gbp_subnet.hpp
gbp_recirc.hpp
- gbp_contract.hpp
+ gbp_route_domain.hpp
+ gbp_subnet.hpp
+ gbp_vxlan.hpp
)
endif()