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