From 83a49e12fdd26e8d395aa0e926d9ef12214c3310 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 27 Sep 2019 09:46:08 +0200 Subject: http_static: remove api boilerplate Type: refactor Signed-off-by: Ole Troan Change-Id: Ie1f0cccf0c9dc4c0d8ae1e1b5d8e6a75c325d1ce --- src/plugins/http_static/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/http_static/CMakeLists.txt') 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 ) -- cgit 1.2.3-korg