]> source.dussan.org Git - tigervnc.git/commit
Building the Xvnc server requires libtool control files of rdr, rfb,
authorHenrik Andersson <henrik.andersson@cendio.com>
Thu, 9 Jun 2011 09:13:23 +0000 (09:13 +0000)
committerHenrik Andersson <henrik.andersson@cendio.com>
Thu, 9 Jun 2011 09:13:23 +0000 (09:13 +0000)
commit23029ccd59f9d2b15ea31f88905dd44fb9e81875
tree888c0e6d0a0f8e984d130b8bb51f86a481ea62ba
parent17a48f051071773ede9a348ce8cd64c0790b9774
Building the Xvnc server requires libtool control files of rdr, rfb,
network and Xregion, which a cmake build will NOT produce, this macro
tries to create a libtool control file *.la for the specified target
with libdependencies for a static library target.

Due to the automake part of Xvnc references to libtool files in source
tree you need to build vncviewer using cmake in the source tree.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4482 3789f03b-4d11-0410-bbf8-ca57d06f2519
CMakeLists.txt
cmake/Modules/CMakeMacroLibtoolFile.cmake [new file with mode: 0644]
common/Xregion/CMakeLists.txt
common/network/CMakeLists.txt
common/rdr/CMakeLists.txt
common/rfb/CMakeLists.txt