diff options
author | jsorg71 <jsorg71> | 2008-08-12 07:12:06 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-12 07:12:06 +0000 |
commit | 8c68a7d7f5c727decf954c2747c5c818dab9cfd3 (patch) | |
tree | 55952a64097d02638f011aaa20d5755ededf78c7 | |
parent | edf6d54b558b4879f3d67220ee7faa1ab93b2c12 (diff) | |
download | xrdp-proprietary-8c68a7d7f5c727decf954c2747c5c818dab9cfd3.tar.gz xrdp-proprietary-8c68a7d7f5c727decf954c2747c5c818dab9cfd3.zip |
common and version changes
-rw-r--r-- | sesman/libscp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/libscp/Makefile.am b/sesman/libscp/Makefile.am index f148b6ae..607836a2 100644 --- a/sesman/libscp/Makefile.am +++ b/sesman/libscp/Makefile.am @@ -16,7 +16,7 @@ libscp_la_SOURCES = \ libscp_vX.c libscp_la_LIBADD = \ - $(top_srcdir)/common/libxrdp-common.la + $(top_srcdir)/common/libcommon.la libscp_la_LDFLAGS = \ - -version-info 5:0:5 + -version-info @XRDP_VERSION_INFO@ |