summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-29 16:08:00 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-29 16:08:00 +0200
commitcd4d09aae14afe7b0aa0890c61b0ad43e4f23b28 (patch)
tree49db3603147bab26ba4d7a17efcf2839e381f71d /src/ipcpd/normal/CMakeLists.txt
parent278abed7b636f3368dcfd3b54200d31517e7142b (diff)
parentd85f211d53a0cb35a756d0c44a2b28807eff4e5d (diff)
downloadouroboros-cd4d09aae14afe7b0aa0890c61b0ad43e4f23b28.tar.gz
ouroboros-cd4d09aae14afe7b0aa0890c61b0ad43e4f23b28.zip
Merged in dstaesse/ouroboros/remove-du-buff (pull request #146)
lib, ipcpd: removed du_buff and pci
Diffstat (limited to 'src/ipcpd/normal/CMakeLists.txt')
-rw-r--r--src/ipcpd/normal/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt
index 74bd19ec..5aefeabb 100644
--- a/src/ipcpd/normal/CMakeLists.txt
+++ b/src/ipcpd/normal/CMakeLists.txt
@@ -17,7 +17,6 @@ SET(IPCP_NORMAL_TARGET ipcpd-normal CACHE STRING "IPCP_NORMAL_TARGET")
set(SOURCE_FILES
# Add source files here
main.c
- pci.c
)
add_executable (ipcpd-normal ${SOURCE_FILES} ${IPCP_SOURCES})