diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-11-25 18:55:37 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-11-25 18:55:37 -0800 |
commit | cc0406dddffaebf7e37e939ac26e3bdfe08cc0ed (patch) | |
tree | 20eb0f87eab8097b6ee48236c717200996c1bcf4 /common/Makefile.am | |
parent | cb4f2998992d1d39fa4629c2187832249c0a5932 (diff) | |
download | xrdp-proprietary-cc0406dddffaebf7e37e939ac26e3bdfe08cc0ed.tar.gz xrdp-proprietary-cc0406dddffaebf7e37e939ac26e3bdfe08cc0ed.zip |
common: move tls calls to ssl_calls
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 9feac9fb..8c7aa62c 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -39,8 +39,7 @@ libcommon_la_SOURCES = \ os_calls.c \ ssl_calls.c \ thread_calls.c \ - trans.c \ - xrdp_tls.c + trans.c libcommon_la_LIBADD = \ -lcrypto \ |