summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 0d0e6495..fe47d65d 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = \
- libxrdp-common.la
+ libcommon.la
-libxrdp_common_la_SOURCES = \
+libcommon_la_SOURCES = \
d3des.c \
file.c \
list.c \
@@ -10,9 +10,9 @@ libxrdp_common_la_SOURCES = \
ssl_calls.c \
thread_calls.c
-libxrdp_common_la_LIBADD = \
+libcommon_la_LIBADD = \
-lcrypto \
-lpthread
-libxrdp_common_la_LDFLAGS = \
- -version-info 5:0:5
+libcommon_la_LDFLAGS = \
+ -version-info @XRDP_VERSION_INFO@