diff options
author | Alexander Chernavin <achernavin@netgate.com> | 2018-11-27 03:16:43 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-11-27 13:50:06 +0000 |
commit | e411d9d86f90c558fdff5a9b3bdbe939ecd0cf61 (patch) | |
tree | 9279dff0369e15e993306529eb17a8f7f3332c6c /src/plugins/lacp/CMakeLists.txt | |
parent | f1f2aa6bf999b833bce20a54c1759893f92d91da (diff) |
cmake: Add protocol.h to lacp plugin .h includes
Change-Id: I42e715345b6bc9b469d8b74ce216fc98b7824cf8
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
Diffstat (limited to 'src/plugins/lacp/CMakeLists.txt')
-rw-r--r-- | src/plugins/lacp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lacp/CMakeLists.txt b/src/plugins/lacp/CMakeLists.txt index fd0413c6c8b..8e0e6076f30 100644 --- a/src/plugins/lacp/CMakeLists.txt +++ b/src/plugins/lacp/CMakeLists.txt @@ -28,6 +28,7 @@ add_vpp_plugin(lacp lacp.api INSTALL_HEADERS + protocol.h machine.h rx_machine.h tx_machine.h |