LOGCXX-230: Suppress compilation of generated apr-util/export_vars.c and exports.c
diff --git a/src/ant/apr-util-build.xml b/src/ant/apr-util-build.xml
index f651994..1a27fa1 100755
--- a/src/ant/apr-util-build.xml
+++ b/src/ant/apr-util-build.xml
@@ -189,7 +189,7 @@
         debug="${debug}"
         projectsOnly="${projectsOnly}">
         <fileset dir="${src.dir}" includes="**/*.c"
-            excludes="test/*.c ldap/*.c xml/expat/lib/*"/>
+            excludes="test/*.c *.c ldap/*.c xml/expat/lib/*"/>
         <fileset dir="${src.dir}/xml/expat/lib"
             includes="xmlparse.c xmlrole.c xmltok.c"/>
         <fileset dir="${src.dir}/xml/expat/lib" includes="*.h"/>