diff options
author | Sander Vrijders <[email protected]> | 2017-03-02 15:16:32 +0000 |
---|---|---|
committer | dimitri staessens <[email protected]> | 2017-03-02 15:16:32 +0000 |
commit | 46c2f9d5363cdff2d99cf1b1c4a41c5bf97d2c03 (patch) | |
tree | 7c4931890ee54d9bac331ac6031f411ddac08527 /src/ipcpd/normal/CMakeLists.txt | |
parent | a5796c7f02570a2878f9c6a5d28dca80beabed12 (diff) | |
parent | 9d2fbef7b8569aac930c95ca1afb92a5dec79dac (diff) | |
download | ouroboros-46c2f9d5363cdff2d99cf1b1c4a41c5bf97d2c03.tar.gz ouroboros-46c2f9d5363cdff2d99cf1b1c4a41c5bf97d2c03.zip |
Merged in sandervrijders/ouroboros/be-aes (pull request #395)
ipcpd: normal: Add connection manager
Diffstat (limited to 'src/ipcpd/normal/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/normal/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt index 7e10cc0d..70742336 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -20,6 +20,7 @@ set(SOURCE_FILES # Add source files here addr_auth.c cdap_flow.c + connmgr.c dir.c enroll.c fmgr.c |