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

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

libcommon_la_LIBADD = \
  -lcrypto \
  -lpthread

libcommon_la_LDFLAGS = \
  -version-info @XRDP_VERSION_INFO@