diff options
Diffstat (limited to 'sesman/tools/Makefile.am')
-rw-r--r-- | sesman/tools/Makefile.am | 5 |
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 |