aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/supplemental/websocket/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/websocket/CMakeLists.txt b/src/supplemental/websocket/CMakeLists.txt
index 3b102c80..913544dd 100644
--- a/src/supplemental/websocket/CMakeLists.txt
+++ b/src/supplemental/websocket/CMakeLists.txt
@@ -13,6 +13,6 @@ if (NNG_SUPP_WEBSOCKET)
supplemental/websocket/websocket.c
supplemental/websocket/websocket.h)
else()
- set(_SRCS supplemental/websocket/stubs.c)
+ set(_SRCS supplemental/websocket/stub.c)
endif()
set(NNG_SRCS ${NNG_SRCS} ${_SRCS} PARENT_SCOPE)