aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-14 11:38:04 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-14 11:38:04 -0800
commitff791199733ee69ca41fd0e1e567cc07e4b2f07f (patch)
treef5f2690665e0a986561252af1e9cd16a5473f938 /src/CMakeLists.txt
parent26d934f3aaedb81e2b2343d235b41b046084ee8a (diff)
downloadnng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.tar.gz
nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.tar.bz2
nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.zip
Oops... Pipe list initialization was not complete.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ad9a8a0d..96e83e28 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -35,6 +35,7 @@ set (NNG_SOURCES
core/panic.c
core/panic.h
core/pipe.c
+ core/pipe.h
core/platform.c
core/platform.h
core/protocol.c