From: Alexander Chernavin Date: Tue, 27 Nov 2018 08:16:43 +0000 (-0500) Subject: cmake: Add protocol.h to lacp plugin .h includes X-Git-Tag: v19.04-rc0~306 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=e411d9d86f90c558fdff5a9b3bdbe939ecd0cf61 cmake: Add protocol.h to lacp plugin .h includes Change-Id: I42e715345b6bc9b469d8b74ce216fc98b7824cf8 Signed-off-by: Alexander Chernavin --- 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