xrdp/sesman/chansrv/Makefile.am
2009-04-22 04:34:45 +00:00

15 lines
213 B
Makefile

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