From 6fa07fc4d1891d0486b2ee7aa4f1e31d063c9e3f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Aug 2021 16:11:54 -0700 Subject: Move protocol.c into SP tree (it is SP specific.) Also, remove an extraneous initialization call. --- src/sp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp/CMakeLists.txt') diff --git a/src/sp/CMakeLists.txt b/src/sp/CMakeLists.txt index aa790c09..4704f802 100644 --- a/src/sp/CMakeLists.txt +++ b/src/sp/CMakeLists.txt @@ -13,6 +13,7 @@ add_subdirectory(protocol) add_subdirectory(transport) nng_sources( + protocol.c transport.c transport.h ) -- cgit v1.2.3-70-g09d2