aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ares/Makefile.am')
-rw-r--r--ares/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index 47083f510..373669ca3 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -87,8 +87,9 @@ if NO_UNDEFINED
UNDEF = -no-undefined
endif
+EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
-libcares_la_LDFLAGS = $(UNDEF) $(VER)
+libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)
# Makefile.inc provides the CSOURCES and HHEADERS defines
include Makefile.inc