aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/CMakeLists.txt
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-09-27 09:46:08 +0200
committerNeale Ranns <nranns@cisco.com>2019-09-27 09:05:55 +0000
commit83a49e12fdd26e8d395aa0e926d9ef12214c3310 (patch)
tree9d0774c384cfd2a82d670e99a59400a9ac642768 /src/plugins/http_static/CMakeLists.txt
parent49228efce444d372140215c6364734683410c2b2 (diff)
http_static: remove api boilerplate
Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Ie1f0cccf0c9dc4c0d8ae1e1b5d8e6a75c325d1ce
Diffstat (limited to 'src/plugins/http_static/CMakeLists.txt')
-rw-r--r--src/plugins/http_static/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/http_static/CMakeLists.txt b/src/plugins/http_static/CMakeLists.txt
index 5e0344cd858..f9ccb15beae 100644
--- a/src/plugins/http_static/CMakeLists.txt
+++ b/src/plugins/http_static/CMakeLists.txt
@@ -21,10 +21,6 @@ add_vpp_plugin(http_static
API_FILES
http_static.api
- INSTALL_HEADERS
- http_static_all_api_h.h
- http_static_msg_enum.h
-
API_TEST_SOURCES
http_static_test.c
)