Commit Graph

34 Commits (de33a7832e493ea0ad3aa01cb95f3b3cc154c6a4)

Author SHA1 Message Date
Vraiment 4cee6726f8 Make changes to generate dylibs in mac again 7 years ago
Pavel Roskin 6ed4c969f4 Eliminate APP_CC and DEFAULT_CC 8 years ago
Pavel Roskin b2d3dcf169 Include config_ac.h from all source files 8 years ago
Pavel Roskin b8ed23daab Constify the value argument to mod_set_param 8 years ago
Pavel Roskin f25659d2ee Suppress versioning for modules, tell libtool they are modules
Versioning is for libraries. Modules are not libraries; no code is linked
against them.

Libtool makes sure the modules can be opened by dlopen(). That is already
true for ELF format, but other file formats may need special processing.
8 years ago
volth 26a26ef906 fix build with --enable-xrdpdebug=yes 8 years ago
volth 37b4a14b54 fix build with --enable-xrdpdebug=yes 8 years ago
Pavel Roskin ace7d2c822 Declare unified module interface and use it in modules
This fixes loading modules compiled with a C++ compiler. Remote thandle
type, it's unused. Use tintptr for module data. Don't cast pointers to
long, they won't fit on Win64.
9 years ago
Pavel Roskin aeeb3d2c2e Fix warnings detected by -Wwrite-strings 9 years ago
Pavel Roskin ca9cbcafc8 Typo fixes 9 years ago
Pavel Roskin 59a5fb0ddb Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
9 years ago
Pavel Roskin dcab7552db Stop redefining libdir, use moduledir for ${libdir}/xrdp
libdir is for shared and static libraries. Some xrdp libraries are loaded
dynamically from a non-standard directory, so they are used like modules.

Having separate libdir and moduledir would eventually allow to separate
dynamically loaded modules from shared libraries.
9 years ago
Pavel Roskin f8cb1588ef Replace "charactor" with "character" everywhere 9 years ago
Pavel Roskin a452d8d36a Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and
includes. AM_CFLAGS is for flags affecting the compiler, such as debug
and optimization settings.

INCLUDES is an obsolete name. Users can pass INCLUDES and break
compilation. AM_CPPFLAGS is more explicit that the flags come from
Automake and should not be overridden.
9 years ago
Jay Sorg 4a553e07af update the module API 10 years ago
Jay Sorg c6fa03102f copyright year update 12 years ago
Laxmikant Rashinkar 1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
13 years ago
Jay Sorg 58f5dcc030 autotools: change top_srcdir to top_builddir for LIBADD 13 years ago
Jay Sorg 31669e4720 update mc interface 14 years ago
Itamar Reis Peixoto 6b08b8b71e include missing files in make dist 14 years ago
Jay Sorg 4d4f80bfc4 work on freerdp 14 years ago
Jay Sorg 4f88bf83c1 fixes for bell function 14 years ago
jsorg71 d70d80a33d update copyright year 15 years ago
jsorg71 33b4e7f417 channel fixes 16 years ago
jsorg71 23ffdb0c5f autotools fix and file_loc.h simplified 16 years ago
jsorg71 859dc139f0 update copyright year 16 years ago
jsorg71 af83cb7cae remove old makefiles 16 years ago
jsorg71 f77934a58e remove lib version 17 years ago
jsorg71 566aaf6d04 version and common change 17 years ago
jsorg71 59a2d1dea6 build common as a library 17 years ago
jsorg71 dae5aa5d50 autotools 17 years ago
jsorg71 38b789e81f update copyright year 17 years ago
jsorg71 bb88a8285f early work 18 years ago
jsorg71 abbcc9c02e added mc 18 years ago