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 /xup/Makefile.am | |
parent | a905f1dc80267fbecc4a30c305d8c796b207f7ef (diff) | |
download | xrdp-proprietary-59a2d1dea6a6ebd9ba0cc6c2fcf279db91091ede.tar.gz xrdp-proprietary-59a2d1dea6a6ebd9ba0cc6c2fcf279db91091ede.zip |
build common as a library
Diffstat (limited to 'xup/Makefile.am')
-rw-r--r-- | xup/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am index 13652c53..9f669eee 100644 --- a/xup/Makefile.am +++ b/xup/Makefile.am @@ -7,7 +7,7 @@ lib_LTLIBRARIES = \ libxup_la_SOURCES = xup.c libxup_la_LIBADD = \ - $(top_srcdir)/common/libxrdp-common.a + $(top_srcdir)/common/libxrdp-common.la libxup_la_LDFLAGS = \ -version-info 5:0:5 |