]> source.dussan.org Git - tigervnc.git/commitdiff
Create common/os/libos.la file
authorAdam Tkac <atkac@redhat.com>
Wed, 5 Sep 2012 14:06:05 +0000 (14:06 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 5 Sep 2012 14:06:05 +0000 (14:06 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4996 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/os/CMakeLists.txt

index 84c259d25c5be4ff22ab19a2d1bd42ddf3632107..39d5c106ab28a7f8342987e874d9c4fcdd2ee55f 100644 (file)
@@ -6,3 +6,7 @@ add_library(os STATIC
   w32tiger.c
   os.cxx
   tls.cxx)
+
+if(UNIX)
+  libtool_create_control_file(os)
+endif()