aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index cfb6ff16..0ad53392 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -36,8 +36,8 @@ set (NNG_SOURCES
core/clock.h
core/device.c
core/device.h
- core/endpt.c
- core/endpt.h
+ core/dialer.c
+ core/dialer.h
core/file.c
core/file.h
core/idhash.c
@@ -46,6 +46,8 @@ set (NNG_SOURCES
core/init.h
core/list.c
core/list.h
+ core/listener.c
+ core/listener.h
core/message.c
core/message.h
core/msgqueue.c