diff options
author | jsorg71 <jsorg71> | 2008-08-12 05:46:40 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-12 05:46:40 +0000 |
commit | 4b768b30997e22ec78568ecdded1d0efb77b622f (patch) | |
tree | 719fe4232df7b6f03e3fa4cd4238f3234f63bc27 /common | |
parent | 9885ba88fa0eec216e7c014aa17fc261670d95b5 (diff) | |
download | xrdp-proprietary-4b768b30997e22ec78568ecdded1d0efb77b622f.tar.gz xrdp-proprietary-4b768b30997e22ec78568ecdded1d0efb77b622f.zip |
libcommon and version change
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 0d0e6495..fe47d65d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,7 +1,7 @@ lib_LTLIBRARIES = \ - libxrdp-common.la + libcommon.la -libxrdp_common_la_SOURCES = \ +libcommon_la_SOURCES = \ d3des.c \ file.c \ list.c \ @@ -10,9 +10,9 @@ libxrdp_common_la_SOURCES = \ ssl_calls.c \ thread_calls.c -libxrdp_common_la_LIBADD = \ +libcommon_la_LIBADD = \ -lcrypto \ -lpthread -libxrdp_common_la_LDFLAGS = \ - -version-info 5:0:5 +libcommon_la_LDFLAGS = \ + -version-info @XRDP_VERSION_INFO@ |