summaryrefslogtreecommitdiffstats
path: root/common/os
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-09-05 14:06:05 +0000
committerAdam Tkac <atkac@redhat.com>2012-09-05 14:06:05 +0000
commit80bd3ec6e63e770cb6c461bae5159a952e6920f5 (patch)
treecd0deb4d4026195e314b684dcfdcafac67626e0d /common/os
parentd91aa60d73496e54c24ab090a94f531e13e6e34d (diff)
downloadtigervnc-80bd3ec6e63e770cb6c461bae5159a952e6920f5.tar.gz
tigervnc-80bd3ec6e63e770cb6c461bae5159a952e6920f5.zip
Create common/os/libos.la file
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4996 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/os')
-rw-r--r--common/os/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/os/CMakeLists.txt b/common/os/CMakeLists.txt
index 84c259d2..39d5c106 100644
--- a/common/os/CMakeLists.txt
+++ b/common/os/CMakeLists.txt
@@ -6,3 +6,7 @@ add_library(os STATIC
w32tiger.c
os.cxx
tls.cxx)
+
+if(UNIX)
+ libtool_create_control_file(os)
+endif()