aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
index 7af01b3161..91ea02631a 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -25,4 +25,4 @@
$(RUNLEX) "$(LEX)" -o$@ $<
.def.sym:
- $(AWK) '/^EXPORTS$$/ {next;}; /^[^;]/ { print $$1;}' < $< > $@
+ $(AWK) '/^EXPORTS$$/ {next;}; ${def_sym_filter_symbols} /^[^;]/ { print $$1;}' < $< > $@