diff options
| author | jsorg71 <jsorg71> | 2008-08-31 22:52:22 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2008-08-31 22:52:22 +0000 |
| commit | 1e33ad14c3c2e82b9ba74a5f8d1210b5ae643054 (patch) | |
| tree | b19224513e94487fa14dcae47bf89e686e0b768b | |
| parent | 683dfa9a86769cc43ed5df2654d180ad9771f9d7 (diff) | |
| download | xrdp-proprietary-1e33ad14c3c2e82b9ba74a5f8d1210b5ae643054.tar.gz xrdp-proprietary-1e33ad14c3c2e82b9ba74a5f8d1210b5ae643054.zip | |
added trans.c
| -rw-r--r-- | common/Makefile.am | 3 |
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 \ |
