52592b
52592b
There is no need to "suck in" the apr/apr-util symbols when using
52592b
a shared libapr{,util}, it just bloats the symbol table; so don't.
52592b
52592b
Upstream-HEAD: needed
52592b
Upstream-2.0: omit
52592b
Upstream-Status: EXPORT_DIRS change is conditional on using shared apr
52592b
52592b
diff --git a/server/Makefile.in b/server/Makefile.in
52592b
index 1fa3344..f635d76 100644
52592b
--- a/server/Makefile.in
52592b
+++ b/server/Makefile.in
52592b
@@ -60,9 +60,6 @@ export_files:
52592b
 	      ls $$dir/*.h ; \
52592b
 	  done; \
52592b
 	  echo "$(top_srcdir)/server/mpm_fdqueue.h"; \
52592b
-	  for dir in $(EXPORT_DIRS_APR); do \
52592b
-	      ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
52592b
-	  done; \
52592b
 	) | sed -e s,//,/,g | sort -u > $@
52592b
 
52592b
 exports.c: export_files