summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-08-31 22:52:22 +0000
committerjsorg71 <jsorg71>2008-08-31 22:52:22 +0000
commit1e33ad14c3c2e82b9ba74a5f8d1210b5ae643054 (patch)
treeb19224513e94487fa14dcae47bf89e686e0b768b /common/Makefile.am
parent683dfa9a86769cc43ed5df2654d180ad9771f9d7 (diff)
downloadxrdp-proprietary-1e33ad14c3c2e82b9ba74a5f8d1210b5ae643054.tar.gz
xrdp-proprietary-1e33ad14c3c2e82b9ba74a5f8d1210b5ae643054.zip
added trans.c
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 565d6f88..8107e97b 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -8,7 +8,8 @@ libcommon_la_SOURCES = \
log.c \
os_calls.c \
ssl_calls.c \
- thread_calls.c
+ thread_calls.c \
+ trans.c
libcommon_la_LIBADD = \
-lcrypto \