xrdp/sesman/chansrv/Makefile.am
2009-04-19 17:16:46 +00:00

14 lines
198 B
Makefile

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