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 /xup/Makefile.am | |
parent | 5ed8c4b4d4981d940d909503ca8adccb51e1b888 (diff) | |
download | xrdp-proprietary-f77934a58eaa1dd2d96c8f9a327b3f9bddb554d0.tar.gz xrdp-proprietary-f77934a58eaa1dd2d96c8f9a327b3f9bddb554d0.zip |
remove lib version
Diffstat (limited to 'xup/Makefile.am')
-rw-r--r-- | xup/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am index 118b612c..2552b7df 100644 --- a/xup/Makefile.am +++ b/xup/Makefile.am @@ -8,6 +8,3 @@ libxup_la_SOURCES = xup.c libxup_la_LIBADD = \ $(top_srcdir)/common/libcommon.la - -libxup_la_LDFLAGS = \ - -version-info @XRDP_VERSION_INFO@ |