X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fsrv6-am%2FCMakeLists.txt;h=821c232e1c28ecc7a11f1fbeee2669e06c672093;hb=dc8d35036f1d06193035ff4b6f161f2c1c17c35a;hp=995db98b47d4e7d051643b9ebe29f2ac8bd01feb;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/srv6-am/CMakeLists.txt b/src/plugins/srv6-am/CMakeLists.txt index 995db98b47d..821c232e1c2 100644 --- a/src/plugins/srv6-am/CMakeLists.txt +++ b/src/plugins/srv6-am/CMakeLists.txt @@ -11,7 +11,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(srv6am_plugin +add_vpp_plugin(srv6am + SOURCES am.c node.c + + INSTALL_HEADERS + am.h )