summaryrefslogtreecommitdiffstats
path: root/xup/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make changes to generate dylibs in mac againVraiment2018-01-301-0/+2
|
* Suppress versioning for modules, tell libtool they are modulesPavel Roskin2017-01-061-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=yesvolth2017-01-041-2/+0
|
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-0/+6
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-3/+3
| | | | There should be no functional difference.
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-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_CPPFLAGSPavel Roskin2016-01-291-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 LIBADDJay Sorg2012-07-131-1/+1
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+1
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* remove lib versionjsorg712008-08-151-3/+0
|
* version and common changejsorg712008-08-121-2/+2
|
* build common as a libraryjsorg712008-08-061-1/+1
|
* autotoolsjsorg712008-08-031-0/+13