Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make changes to generate dylibs in mac again | Vraiment | 2018-01-30 | 1 | -0/+2 |
| | |||||
* | Suppress versioning for modules, tell libtool they are modules | Pavel Roskin | 2017-01-06 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
* | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -2/+0 |
| | |||||
* | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -0/+6 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -3/+3 |
| | | | | There should be no functional difference. | ||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | 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. | ||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | remove lib version | jsorg71 | 2008-08-15 | 1 | -3/+0 |
| | |||||
* | version and common change | jsorg71 | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | build common as a library | jsorg71 | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | autotools | jsorg71 | 2008-08-03 | 1 | -0/+13 |