summaryrefslogtreecommitdiffstats
path: root/xrdp/Makefile.am
blob: 69ce2bb53a8fe7e3435491db707d0995daa56888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
INCLUDES = \
  -I$(top_srcdir)/common \
  -I$(top_srcdir)/libxrdp

bin_PROGRAMS = \
  xrdp

xrdp_SOURCES = \
  funcs.c \
  lang.c \
  xrdp_bitmap.c \
  xrdp.c \
  xrdp_cache.c \
  xrdp_font.c \
  xrdp_listen.c \
  xrdp_login_wnd.c \
  xrdp_mm.c \
  xrdp_painter.c \
  xrdp_process.c \
  xrdp_region.c \
  xrdp_wm.c

xrdp_LDADD = \
  $(top_srcdir)/common/libxrdp-common.a \
  $(top_srcdir)/libxrdp/libxrdp.la \
  -lpthread \
  -lcrypto