Hi all,

Variable MAYBE_TEST in modules/Makefile.am doesn't seem to be used
anywhere.  The attached patch removes it unless someone plans to use
it in future.

        Anuradha
--
http://anuradha-ratnaweera.blogspot.com
http://www.linux.lk/~anuradha/
--- c.old/modules/Makefile.am	2005-12-05 11:30:54.000000000 +0600
+++ c/modules/Makefile.am	2005-12-05 19:23:58.000000000 +0600
@@ -5,4 +5,4 @@
   MAYBE_CORE = core
 endif
 
-SUBDIRS = util common $(MAYBE_XML) wsdl $(MAYBE_CORE) $(MAYBE_TEST)
+SUBDIRS = util common $(MAYBE_XML) wsdl $(MAYBE_CORE)

Reply via email to