diff options
-rw-r--r-- | extras/vom/vom/CMakeLists.txt | 7 |
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() |