summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorVraiment <jemc44@gmail.com>2018-01-30 01:00:24 -0800
committerVraiment <jemc44@gmail.com>2018-01-30 01:21:07 -0800
commit4cee6726f8645ce73582efa583048459819ff1cf (patch)
tree398d1ac27bad44d1a61ba91309b751759982e67f /xup
parente16029cbc251fd37ab1b601ea12e9e12efed4e60 (diff)
downloadxrdp-proprietary-4cee6726f8645ce73582efa583048459819ff1cf.tar.gz
xrdp-proprietary-4cee6726f8645ce73582efa583048459819ff1cf.zip
Make changes to generate dylibs in mac again
Diffstat (limited to 'xup')
-rw-r--r--xup/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am
index 0d6434c8..1a4fc35b 100644
--- a/xup/Makefile.am
+++ b/xup/Makefile.am
@@ -19,4 +19,6 @@ libxup_la_SOURCES = \
libxup_la_LIBADD = \
$(top_builddir)/common/libcommon.la
+if !MACOS
libxup_la_LDFLAGS = -avoid-version -module
+endif