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 \