summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e80c705..7e3b966 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,7 +91,9 @@ if NO_UNDEFINED
UNDEF = -no-undefined
endif
+if DONT_SKIP_THE_EXPORT_SYMBOLS_REGEX
EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
+endif
libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)