summaryrefslogtreecommitdiffstats
path: root/sesman/tools/Makefile.am
blob: 2d46cbe157c5445464ee3759a1b5d186358277d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
INCLUDES = \
  -I$(top_srcdir)/common \
  -I$(top_srcdir)/sesman/libscp \
  -I$(top_srcdir)/sesman

bin_PROGRAMS = \
  xrdp-sesrun \
  xrdp-sestest

xrdp_sesrun_SOURCES = \
  sesrun.c \
  tcp.c \
  ../config.c

xrdp_sestest_SOURCES = \
  sestest.c

xrdp_sesrun_LDADD = \
  $(top_srcdir)/common/libcommon.la

xrdp_sestest_LDADD = \
  $(top_srcdir)/common/libcommon.la \
  $(top_srcdir)/sesman/libscp/libscp.la