blob: 8752e737b445fd830008df2f73de5bf295eb51d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
INCLUDES = \
-I$(top_srcdir)/common
sbin_PROGRAMS = \
xrdp-chansrv
xrdp_chansrv_SOURCES = \
chansrv.c \
sound.c \
clipboard.c \
devredir.c
xrdp_chansrv_LDADD = \
$(top_srcdir)/common/libcommon.la
|