summaryrefslogtreecommitdiffstats
path: root/keygen/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Create and install rsakeys.iniPavel Roskin2016-02-231-0/+9
| | | | | | | | | Use install-data-hook to ensure restrictive permissions on rsakeys.ini. Don't create rsakeys.ini in init scripts. This makes xrdp functional upon "make install" without relying on the init scripts. Packagers should not package rsakeys.ini, it should be created when the package is installed.
* 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
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* common changejsorg712008-08-121-1/+1
|
* add autotoolsjsorg712008-08-101-0/+10