diff options
author | Ole Troan <ot@cisco.com> | 2019-09-27 14:21:58 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-27 16:05:51 +0000 |
commit | 941185ae65203ace089a22d8979a2a1eb7fd3262 (patch) | |
tree | ffd2d33d9f5d80d51530c02de1569c1e3e48a1ac /src/plugins/svs/CMakeLists.txt | |
parent | fc7b77db7e651505aa8c3a9c5cff7191334f91bd (diff) |
svs: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I08eab052b67893cc6633d235885438e69950904b
Diffstat (limited to 'src/plugins/svs/CMakeLists.txt')
-rw-r--r-- | src/plugins/svs/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/svs/CMakeLists.txt b/src/plugins/svs/CMakeLists.txt index 7d915b4878f..f3de2114669 100644 --- a/src/plugins/svs/CMakeLists.txt +++ b/src/plugins/svs/CMakeLists.txt @@ -18,8 +18,4 @@ add_vpp_plugin(svs API_FILES svs.api - - INSTALL_HEADERS - svs_all_api_h.h - svs_msg_enum.h ) |