summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 04:56:51 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 05:00:37 +0200
commite3877b11034409b49d7ba42e861bf61fb0c73a06 (patch)
treec1c88e5dd4aba2b50c2387b4997e80d3ac9ee3df /src/CMakeLists.txt
parent6662ce280f002881e07d4ac5bc1a8fd5786a304c (diff)
downloadfastd-e3877b11034409b49d7ba42e861bf61fb0c73a06.tar
fastd-e3877b11034409b49d7ba42e861bf61fb0c73a06.zip
Move tun/tap initialization to a dedicated source file
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 980fc52..aed5b24 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -32,6 +32,7 @@ add_executable(fastd
shell.c
socket.c
task.c
+ tuntap.c
protocol_ec25519_fhmqvc.c
${FLEX_fastd_config_lex_OUTPUTS}
${BISON_fastd_config_parse_OUTPUTS}