From 7f690fd0864e22d2907a0581bcdb382b47e8d97b Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 16 Dec 2010 16:42:34 +0000 Subject: Export only defined symbols from libwsutil. Exported symbols are the symbols listed in libwsutil.def, but the symbols defined in not used optional objects are filtered out. svn path=/trunk/; revision=35202 --- Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am.inc') 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;}' < $< > $@ -- cgit v1.2.1