summaryrefslogtreecommitdiffstats
path: root/sesman/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use SCRIPTS for executable scripts, don't use "chmod 755"Pavel Roskin2016-02-221-5/+3
|
* Use "dist_" prefix to minimize use of EXTRA_DISTPavel Roskin2016-02-221-4/+1
| | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-5/+15
| | | | There should be no functional difference.
* 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.
* sesman: remove the threadJay Sorg2015-12-111-3/+3
|
* Enable authenticate user using BSD password systemRenaud Allard2014-11-211-0/+5
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-2/+2
|
* autotool fixesJay Sorg2011-07-051-1/+2
|
* include missing files in make distItamar Reis Peixoto2010-11-201-1/+1
|
* add more missed files into extra_distItamar Reis Peixoto2010-11-201-0/+1
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* added chansrvjsorg712009-04-191-1/+2
|
* move sessvc to a sub-directoryjsorg712008-11-251-9/+3
|
* added first management codeilsimo2008-09-111-0/+1
| | | | | added a rough management tool fixes in session.c
* added post install hookjsorg712008-08-171-0/+4
|
* bin to sbin, common and install changesjsorg712008-08-121-3/+9
|
* add tools subdirjsorg712008-08-101-1/+3
|
* added sesman auth optionsjsorg712008-08-091-3/+21
|
* build common as a libraryjsorg712008-08-061-5/+2
|
* autotoolsjsorg712008-08-031-0/+37