diff options
author | jsorg71 <jsorg71> | 2008-08-06 05:06:03 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-06 05:06:03 +0000 |
commit | 59a2d1dea6a6ebd9ba0cc6c2fcf279db91091ede (patch) | |
tree | 95f7745befefeda31ceeeb6c6ca76396f3e527f3 /libxrdp/Makefile.am | |
parent | a905f1dc80267fbecc4a30c305d8c796b207f7ef (diff) | |
download | xrdp-proprietary-59a2d1dea6a6ebd9ba0cc6c2fcf279db91091ede.tar.gz xrdp-proprietary-59a2d1dea6a6ebd9ba0cc6c2fcf279db91091ede.zip |
build common as a library
Diffstat (limited to 'libxrdp/Makefile.am')
-rw-r--r-- | libxrdp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am index 96ec7cd2..ed336405 100644 --- a/libxrdp/Makefile.am +++ b/libxrdp/Makefile.am @@ -18,7 +18,7 @@ libxrdp_la_SOURCES = \ xrdp_bitmap_compress.c libxrdp_la_LIBADD = \ - $(top_srcdir)/common/libxrdp-common.a + $(top_srcdir)/common/libxrdp-common.la libxrdp_la_LDFLAGS = \ -version-info 5:0:5 |