summaryrefslogtreecommitdiffstats
path: root/sesman/tools
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-21 21:49:04 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-21 23:06:48 -0800
commit59a5fb0ddbb05623abd7fe742be4321e0beffb0a (patch)
treefc1b819a68c552e97dafd33d99a17f7b85050ebd /sesman/tools
parent3ad28e1130b18dd651457078f10c43dc7b67ed58 (diff)
downloadxrdp-proprietary-59a5fb0ddbb05623abd7fe742be4321e0beffb0a.tar.gz
xrdp-proprietary-59a5fb0ddbb05623abd7fe742be4321e0beffb0a.zip
Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
Diffstat (limited to 'sesman/tools')
-rw-r--r--sesman/tools/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/sesman/tools/Makefile.am b/sesman/tools/Makefile.am
index 066039b0..44bf068b 100644
--- a/sesman/tools/Makefile.am
+++ b/sesman/tools/Makefile.am
@@ -1,5 +1,3 @@
-EXTRA_DIST = tcp.h
-
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
@@ -21,9 +19,10 @@ noinst_PROGRAMS = \
xrdp-xcon
xrdp_sesrun_SOURCES = \
+ config.c \
sesrun.c \
tcp.c \
- config.c
+ tcp.h
xrdp_sestest_SOURCES = \
sestest.c