summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: 0d0e6495f8e95e6c212c245bbd7fd89a456b21a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
lib_LTLIBRARIES = \
  libxrdp-common.la

libxrdp_common_la_SOURCES = \
  d3des.c \
  file.c \
  list.c \
  log.c \
  os_calls.c \
  ssl_calls.c \
  thread_calls.c

libxrdp_common_la_LIBADD = \
  -lcrypto \
  -lpthread

libxrdp_common_la_LDFLAGS = \
  -version-info 5:0:5