Author: carnold
Date: Tue Jan 29 22:01:03 2008
New Revision: 616643
URL: http://svn.apache.org/viewvc?rev=616643&view=rev
Log:
LOGCXX-230: Fix build order in src/Makefile.am
Modified:
logging/log4cxx/trunk/src/Makefile.am
Modified: logging/log4cxx/trunk/src/Makefile.am
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/Makefile.am?rev=616643&r1=616642&r2=616643&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/Makefile.am (original)
+++ logging/log4cxx/trunk/src/Makefile.am Tue Jan 29 22:01:03 2008
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-SUBDIRS = examples main performance site test
+SUBDIRS = main examples performance site test