diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-06-24 10:38:37 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-06-24 10:59:43 +0200 |
commit | 5aafc27d30f24bc42b50fcd5e1633149020ed597 (patch) | |
tree | e1f4a6147f6ddce04cd50a84e8579afaca20eec0 /apps/http-proxy | |
parent | 174ab0f37173d9f9290575d819bced318f45ed90 (diff) |
[HICN-224] Dismiss legacy http proxy.
Change-Id: Ica1c51ab5e117564ff3d49ecbcce3be6231f3afc
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/http-proxy')
-rw-r--r-- | apps/http-proxy/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/http-proxy/CMakeLists.txt b/apps/http-proxy/CMakeLists.txt index 7c68131ef..b6ee5e010 100644 --- a/apps/http-proxy/CMakeLists.txt +++ b/apps/http-proxy/CMakeLists.txt @@ -28,8 +28,6 @@ include_directories( SYSTEM ${CMAKE_BINARY_DIR} ${LIB${TRANSPORT_LIBRARY}_INCLUDE_DIR} - http-server - http-client ) set(LIB_SOURCE_FILES |