List:Commits« Previous MessageNext Message »
From:Monty Taylor Date:March 11 2008 3:54am
Subject:bk commit into 5.1 tree (mtaylor:1.2551)
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-03-10 22:54:24-05:00, mtaylor@solace.(none) +1 -0
  Added a Makefile.am for swig. 

  storage/ndb/swig/Makefile.am@stripped, 2008-03-10 22:54:22-05:00, mtaylor@solace.(none) +52 -0
    Added a Makefile.am for swig. 

  storage/ndb/swig/Makefile.am@stripped, 2008-03-10 22:54:22-05:00, mtaylor@solace.(none) +0 -0

diff -Nrup a/storage/ndb/swig/Makefile.am b/storage/ndb/swig/Makefile.am
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/storage/ndb/swig/Makefile.am	2008-03-10 22:54:22 -05:00
@@ -0,0 +1,52 @@
+# Copyright (C) 2004-2006 MySQL AB
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+include $(top_srcdir)/storage/ndb/config/common.mk.am
+
+nobase_swiginclude_HEADERS = \
+mgmapi/mgmglobals.i \
+mgmapi/ClusterState.i \
+mgmapi/events.i \
+mgmapi/listeners.i \
+mgmapi/NdbLogEvent.i \
+mgmapi/NdbLogEventManager.i \
+mgmapi/NdbMgmFactory.i \
+mgmapi/NdbMgm.i \
+mgmapi/NdbMgmReply.i \
+mgmapi/NodeState.i \
+ndbapi/NdbError.i \
+ndbapi/ndbglobals.i \
+ndbapi/NdbIndexScanOperation.i \
+ndbapi/NdbOperation.i \
+ndbapi/NdbScanFilter.i \
+ndbapi/NdbScanOperation.i \
+ndbapi/NdbBlob.i \
+ndbapi/NdbClusterConnection.i \
+ndbapi/NdbDictionary.i \
+ndbapi/NdbEventOperation.i \
+ndbapi/NdbFactory.i \
+ndbapi/Ndb.i \
+ndbapi/NdbIndexOperation.i \
+ndbapi/NdbRecAttr.i \
+ndbapi/NdbTransaction.i \
+globals.i
+
+dist-hook:
+	-rm -rf `find $(distdir) -type d -name SCCS`
+
+windoze-dsp:
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%
Thread
bk commit into 5.1 tree (mtaylor:1.2551)Monty Taylor11 Mar