FreeRDP/libfreerdp/utils
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
..
test First shot on fixing over linking 2016-03-29 18:14:34 +02:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
msusb.c Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
passphrase.c added missing defined() in #elif 2013-01-25 17:50:40 +01:00
pcap.c hardening: check fread and fwrite return values 2015-06-26 20:38:30 +02:00
profiler.c Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
ringbuffer.c ringbuffer: add option to enable/disable debugging 2015-02-03 15:28:05 +01:00
signal.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
stopwatch.c Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00