libcommon and version change

ulab-original
jsorg71 17 years ago
parent 9885ba88fa
commit 4b768b3099

@ -1,7 +1,7 @@
lib_LTLIBRARIES = \ lib_LTLIBRARIES = \
libxrdp-common.la libcommon.la
libxrdp_common_la_SOURCES = \ libcommon_la_SOURCES = \
d3des.c \ d3des.c \
file.c \ file.c \
list.c \ list.c \
@ -10,9 +10,9 @@ libxrdp_common_la_SOURCES = \
ssl_calls.c \ ssl_calls.c \
thread_calls.c thread_calls.c
libxrdp_common_la_LIBADD = \ libcommon_la_LIBADD = \
-lcrypto \ -lcrypto \
-lpthread -lpthread
libxrdp_common_la_LDFLAGS = \ libcommon_la_LDFLAGS = \
-version-info 5:0:5 -version-info @XRDP_VERSION_INFO@

Loading…
Cancel
Save