diff options
author | Florin Coras <fcoras@cisco.com> | 2022-02-07 16:24:43 -0800 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2022-02-08 16:44:06 -0800 |
commit | 023521fcb6713e1151a04e4358bb58695dd6e479 (patch) | |
tree | b225ec176e85301ebb1e6b60f17055c0526a60ea /src/plugins/http_static/CMakeLists.txt | |
parent | 48bdf24ad2a1266f8c6bf4932b92d0165f370171 (diff) |
http_static: cleanup file handler and cache
Type: refactor
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I7aff3a02315f9f92039dd2e3af1cbd8312aec662
Diffstat (limited to 'src/plugins/http_static/CMakeLists.txt')
-rw-r--r-- | src/plugins/http_static/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/http_static/CMakeLists.txt b/src/plugins/http_static/CMakeLists.txt index cf9e41e30e5..5e51704dc96 100644 --- a/src/plugins/http_static/CMakeLists.txt +++ b/src/plugins/http_static/CMakeLists.txt @@ -14,9 +14,10 @@ add_vpp_plugin(http_static SOURCES + http_cache.c + http_cache.h http_static.c static_server.c - http_static.h builtinurl/json_urls.c API_FILES |