List:Commits« Previous MessageNext Message »
From:Monty Taylor Date:April 25 2008 8:18pm
Subject:bk commit into 5.1 tree (mtaylor:1.2581)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mtaylor.  When mtaylor does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-04-25 13:18:39-07:00, mtaylor@solace.(none) +1 -0
  Added a missing reference to M_LIBS. I thought I'd put this in earlier already. Oh well. 

  storage/ndb/src/kernel/Makefile.am@stripped, 2008-04-25 13:18:37-07:00, mtaylor@solace.(none) +4 -4
    Added a missing reference to M_LIBS. I thought I'd put this in earlier already. Oh well. 

diff -Nrup a/storage/ndb/src/kernel/Makefile.am b/storage/ndb/src/kernel/Makefile.am
--- a/storage/ndb/src/kernel/Makefile.am	2008-04-24 23:32:19 -07:00
+++ b/storage/ndb/src/kernel/Makefile.am	2008-04-25 13:18:37 -07:00
@@ -53,10 +53,10 @@ LDADD +=  \
               $(top_builddir)/storage/ndb/src/mgmapi/libmgmapi.la \
               $(top_builddir)/storage/ndb/src/common/portlib/libportlib.la      \
               $(top_builddir)/storage/ndb/src/common/util/libgeneral.la  \
-         $(top_builddir)/dbug/libdbuglt.la \
-         $(top_builddir)/mysys/libmysyslt.la \
-         $(top_builddir)/strings/libmystringslt.la \
-         $(top_builddir)/zlib/libzlt.la @NDB_SCI_LIBS@ 
+              $(top_builddir)/dbug/libdbuglt.la \
+              $(top_builddir)/mysys/libmysyslt.la \
+              $(top_builddir)/strings/libmystringslt.la \
+              $(top_builddir)/zlib/libzlt.la @M_LIBS@ @NDB_SCI_LIBS@ 
 
 windoze-dsp: ndbd.dsp
 
Thread
bk commit into 5.1 tree (mtaylor:1.2581)Monty Taylor25 Apr