xrdp/common/Makefile.am

17 lines
215 B
Makefile
Raw Normal View History

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
d3des.c \
file.c \
list.c \
log.c \
os_calls.c \
ssl_calls.c \
2008-09-01 02:52:22 +04:00
thread_calls.c \
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 \
-lpthread