xrdp/common/Makefile.am

47 lines
745 B
Makefile
Raw Normal View History

EXTRA_DIST = \
arch.h \
defines.h \
file.h \
file_loc.h \
list.h \
list16.h \
2014-03-13 06:43:14 +04:00
fifo.h \
log.h \
os_calls.h \
os_calls.h \
parse.h \
rail.h \
ssl_calls.h \
thread_calls.h \
trans.h \
xrdp_client_info.h \
xrdp_constants.h \
xrdp_rail.h \
crc16.h
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
-DXRDP_LOG_PATH=\"${localstatedir}/log\"
2008-08-06 09:06:03 +04:00
lib_LTLIBRARIES = \
2008-08-12 09:46:40 +04:00
libcommon.la
2008-08-03 11:48:32 +04:00
2008-08-12 09:46:40 +04:00
libcommon_la_SOURCES = \
2008-08-03 11:48:32 +04:00
file.c \
list.c \
list16.c \
2014-03-13 06:43:14 +04:00
fifo.c \
2008-08-03 11:48:32 +04:00
log.c \
os_calls.c \
ssl_calls.c \
2008-09-01 02:52:22 +04:00
thread_calls.c \
2014-11-26 05:55:37 +03:00
trans.c
2008-08-06 09:06:03 +04:00
2008-08-12 09:46:40 +04:00
libcommon_la_LIBADD = \
2008-08-06 09:06:03 +04:00
-lcrypto \
2011-05-29 10:56:10 +04:00
-lssl \
2008-08-06 09:06:03 +04:00
-lpthread