summaryrefslogtreecommitdiff
path: root/src/ipcpd/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-22 16:05:56 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-22 16:07:56 +0200
commitfa0a0dbc88adcf9cff8bf35a253f020a49ff4084 (patch)
tree4af7b471aeeff9d5f6224c48fcaf067104ac0a07 /src/ipcpd/CMakeLists.txt
parentaa6255a605cac034089c78562c0d000aacd0af1e (diff)
downloadouroboros-fa0a0dbc88adcf9cff8bf35a253f020a49ff4084.tar.gz
ouroboros-fa0a0dbc88adcf9cff8bf35a253f020a49ff4084.zip
lib: Add errnos specific for Ouroboros
This adds error numbers specificly for Ouroboros. It also refactors some of the header files that are installed. Fixes #2
Diffstat (limited to 'src/ipcpd/CMakeLists.txt')
-rw-r--r--src/ipcpd/CMakeLists.txt1
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
)