| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
There should be no functional difference.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|