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