FreeRDP/channels
Bernhard Miklautz 9e8c6c99b6 First shot on fixing over linking
If a target is linked against libraries with cmake
(target_link_libraries) and the libraries are not marked as PRIVATE
they are "exported" and in case a other target is linked against this
target it is also linked against *all* (not private) libraries.

Without declaring private libraries PRIVATE a lot of over linking
(linking against unneeded libraries) was done.
2016-03-29 18:14:34 +02:00
..
audin Fixed error handling for channel load failures. 2016-03-14 13:13:43 +01:00
client Add build-config.h 2015-11-09 15:54:22 +01:00
cliprdr Reverted WTS API changes. 2016-03-14 13:19:08 +01:00
disp First shot on fixing over linking 2016-03-29 18:14:34 +02:00
drdynvc Reverted WTS API changes. 2016-03-14 13:19:08 +01:00
drive Replace SetFilePointerEx with SetFilePointer. 2016-03-17 09:34:24 +01:00
echo First shot on fixing over linking 2016-03-29 18:14:34 +02:00
encomsp Reverted WTS API changes. 2016-03-14 13:19:08 +01:00
parallel Exporting channel entry points. 2016-02-29 15:18:19 +01:00
printer Merge pull request #3168 from akallabeth/visibility_fixes 2016-02-29 16:59:58 +01:00
rail Reverted WTS API changes. 2016-03-14 13:19:08 +01:00
rdpdr Print device name when loading channel. 2016-03-17 09:33:39 +01:00
rdpei Exporting channel entry points. 2016-02-29 15:18:19 +01:00
rdpgfx Renamed GFX defines to conform to spec. 2016-03-16 13:43:18 +01:00
rdpsnd Reverted WTS API changes. 2016-03-14 13:19:08 +01:00
remdesk Reverted WTS API changes. 2016-03-14 13:19:08 +01:00
serial Exporting channel entry points. 2016-02-29 15:18:19 +01:00
server cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
smartcard ConvertFromUnicode fixes and misc hardening 2016-03-03 16:56:19 +01:00
tsmf First shot on fixing over linking 2016-03-29 18:14:34 +02:00
urbdrc Fixed symbol export for sound plugins. 2016-03-03 17:17:13 +01:00
CMakeLists.txt build: fix a problem with cmake version 2.8.11 2016-01-15 13:32:25 +01:00