summaryrefslogtreecommitdiffstats
path: root/sesman/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-0/+1
| | | | | | | | | | Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends.
* 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/+2
| | | | There should be no functional difference.
* Use standard autotools means to detect X11Pavel Roskin2016-01-301-2/+6
| | | | | | | | Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS. Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD. With this patch, X Windows system is correctly detected on Mac OS X.
* 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/tools: Disable debug toolsPhilipp Hahn2013-01-281-2/+4
| | | | | sestest and xcon look like debugging tools. Don't install them by default.
* sesman/tools: added xconJay Sorg2012-07-311-1/+9
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-6/+5
|
* added disconnect toolJay Sorg2011-07-131-1/+5
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+1
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* fix for older auto toolsjsorg712008-11-021-1/+1
|
* added first management codeilsimo2008-09-111-1/+10
| | | | | added a rough management tool fixes in session.c
* common changejsorg712008-08-121-2/+2
|
* adding autotoolsjsorg712008-08-101-0/+23