diff options
author | jsorg71 <jsorg71> | 2008-08-15 02:49:41 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-15 02:49:41 +0000 |
commit | f77934a58eaa1dd2d96c8f9a327b3f9bddb554d0 (patch) | |
tree | 973e15814a650d0b01405d949337a1598d38ea8d /rdp/Makefile.am | |
parent | 5ed8c4b4d4981d940d909503ca8adccb51e1b888 (diff) | |
download | xrdp-proprietary-f77934a58eaa1dd2d96c8f9a327b3f9bddb554d0.tar.gz xrdp-proprietary-f77934a58eaa1dd2d96c8f9a327b3f9bddb554d0.zip |
remove lib version
Diffstat (limited to 'rdp/Makefile.am')
-rw-r--r-- | rdp/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rdp/Makefile.am b/rdp/Makefile.am index ae19cf70..0ec73576 100644 --- a/rdp/Makefile.am +++ b/rdp/Makefile.am @@ -17,6 +17,3 @@ librdp_la_SOURCES = \ librdp_la_LIBADD = \ $(top_srcdir)/common/libcommon.la - -librdp_la_LDFLAGS = \ - -version-info @XRDP_VERSION_INFO@ |