aboutsummaryrefslogtreecommitdiffstats
path: root/apps/http-proxy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/http-proxy/CMakeLists.txt')
-rw-r--r--apps/http-proxy/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/http-proxy/CMakeLists.txt b/apps/http-proxy/CMakeLists.txt
index d3155a0d4..d2d02d0dc 100644
--- a/apps/http-proxy/CMakeLists.txt
+++ b/apps/http-proxy/CMakeLists.txt
@@ -27,7 +27,7 @@ endif ()
set(LIB_SOURCE_FILES
src/http_session.cc
src/http_proxy.cc
- src/HTTP1.xMessageFastParser.cc
+ src/http_1x_message_fast_parser.cc
src/icn_receiver.cc
src/forwarder_interface.cc
)