Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-03-22 12:28:14 +0300
committermatt335672 <30179339+matt335672@users.noreply.github.com>2022-03-22 12:28:14 +0300
commitd37c87a7ef41ec7c7e94d10bd25e2a0b7c521494 (patch)
tree34caae14cae15de3e89febe7f645d1f0e7057255 /xrdpapi
parentdd968a98b097f8331a1ffbd4991130056b913833 (diff)
Explicitly link libxrdpapi with libcommon
Diffstat (limited to 'xrdpapi')
-rw-r--r--xrdpapi/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/xrdpapi/Makefile.am b/xrdpapi/Makefile.am
index d40109a9..bb5e49c9 100644
--- a/xrdpapi/Makefile.am
+++ b/xrdpapi/Makefile.am
@@ -13,3 +13,6 @@ module_LTLIBRARIES = \
libxrdpapi_la_SOURCES = \
xrdpapi.c \
xrdpapi.h
+
+libxrdpapi_la_LIBADD = \
+ $(top_builddir)/common/libcommon.la