You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/01/30 07:01:04 UTC

svn commit: r616643 - /logging/log4cxx/trunk/src/Makefile.am

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