client: disable the client interface per default
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Mon, 9 May 2016 08:25:31 +0000 (10:25 +0200)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Mon, 9 May 2016 10:20:38 +0000 (12:20 +0200)
commit2c0e73b0751d1b8299a352f0ef57c88992401b9a
tree544a90643fb821b9ad4263e7c676bfeab6422627
parentf8285956097451f829d7da3455c45e3de39092e6
client: disable the client interface per default

libxfreerdp-client doesn't necessarily provide a stable interface
therefore it isn't built and installed anymore per default.

To archive the same behavior as before this change -
libxfreerdp-client.so built and a library version set - use
-DWITH_CLIENT_INTERFACE=ON -DCLIENT_INTERFACE_SHARED=ON
when running cmake.

This also fixes the build on windows without WITH_CLIENT_INTERFACE
enabled.
client/Windows/CMakeLists.txt
cmake/ConfigOptions.cmake