summaryrefslogtreecommitdiffstats
path: root/common/os/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-07-07 14:27:04 +0200
committerPierre Ossman <ossman@cendio.se>2014-07-07 14:27:04 +0200
commit0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65 (patch)
tree659c6081230675758edcfb66a394fc1aa3e1bacb /common/os/CMakeLists.txt
parent1338c0dc2d79235cd0380a1f11a7558548929a82 (diff)
parent5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 (diff)
downloadtigervnc-0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65.tar.gz
tigervnc-0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65.zip
Merge branch 'cleanup' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'common/os/CMakeLists.txt')
-rw-r--r--common/os/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/os/CMakeLists.txt b/common/os/CMakeLists.txt
index 39d5c106..fd3794dc 100644
--- a/common/os/CMakeLists.txt
+++ b/common/os/CMakeLists.txt
@@ -1,8 +1,6 @@
include_directories(${CMAKE_SOURCE_DIR}/common)
add_library(os STATIC
- print.c
- net.c
w32tiger.c
os.cxx
tls.cxx)