FreeRDP/winpr/libwinpr/rpc
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
..
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
midl.c winpr: fix compilation on Windows 2014-02-26 13:35:49 -05:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
ndr_array.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
ndr_array.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_context.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
ndr_context.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_correlation.c Prettiefied WLog messages. 2015-01-20 11:05:32 +01:00
ndr_correlation.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_pointer.c Fixed null pointer dereference. 2014-11-17 01:20:46 +01:00
ndr_pointer.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_private.c freerdp: fix several type related warnings 2014-05-08 18:02:02 -04:00
ndr_private.h Reformatted changed files. 2014-09-09 16:32:22 +02:00
ndr_simple.c libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_simple.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_string.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
ndr_string.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_structure.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
ndr_structure.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr_union.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
ndr_union.h libfreerdp-core: add proper SPN for HTTP authentication in TSG 2012-10-28 20:55:19 -04:00
ndr.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
rpc.c winpr: make clean non-OpenSSL build possible (without schannel, makecert) 2015-10-09 15:57:41 -04:00