diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-22 16:16:58 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-22 16:16:58 +0200 |
commit | e24581b93fb3329a1c89b294da15e3375513cf89 (patch) | |
tree | 4af7b471aeeff9d5f6224c48fcaf067104ac0a07 /src/ipcpd/CMakeLists.txt | |
parent | aa6255a605cac034089c78562c0d000aacd0af1e (diff) | |
parent | fa0a0dbc88adcf9cff8bf35a253f020a49ff4084 (diff) | |
download | ouroboros-e24581b93fb3329a1c89b294da15e3375513cf89.tar.gz ouroboros-e24581b93fb3329a1c89b294da15e3375513cf89.zip |
Merged in sandervrijders/ouroboros/be (pull request #136)
lib: Add errnos specific for Ouroboros
Diffstat (limited to 'src/ipcpd/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt index 49bd49f2..bb482ed9 100644 --- a/src/ipcpd/CMakeLists.txt +++ b/src/ipcpd/CMakeLists.txt @@ -1,6 +1,5 @@ set(IPCP_SOURCES # Add source files here - ${CMAKE_CURRENT_SOURCE_DIR}/flow.c ${CMAKE_CURRENT_SOURCE_DIR}/ipcp.c ${CMAKE_CURRENT_SOURCE_DIR}/ipcp-data.c ) |