summaryrefslogtreecommitdiffstats
path: root/neutrinordp/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+1
| | | | | It is better to distribute a few useless file than not to distribute needed files.
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-9/+6
| | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not.
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-2/+4
| | | | 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.
* got neutrinordp module buildingJay Sorg2013-05-031-1/+1
|
* started adding neutrinordp moduleJay Sorg2013-05-031-0/+28