Author: kpvdr
Date: 2009-11-30 09:56:58 -0500 (Mon, 30 Nov 2009)
New Revision: 3727
Added:
store/trunk/cpp/tools/Makefile.am
Modified:
store/trunk/cpp/tools/
store/trunk/cpp/tools/jrnl.py
store/trunk/cpp/tools/resize
store/trunk/cpp/tools/store_chk
Log:
Added svn properties to tools dir, also modified makefile to install tools in libexec/qpid
dir
Property changes on: store/trunk/cpp/tools
___________________________________________________________________
Name: svn:ignore
+ Makefile
Makefile.in
Added: store/trunk/cpp/tools/Makefile.am
===================================================================
--- store/trunk/cpp/tools/Makefile.am (rev 0)
+++ store/trunk/cpp/tools/Makefile.am 2009-11-30 14:56:58 UTC (rev 3727)
@@ -0,0 +1,29 @@
+# Copyright (c) 2007, 2008 Red Hat, Inc.
+#
+# This file is part of the Qpid async store library msgstore.so.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+# USA
+#
+# The GNU Lesser General Public License is available in the file COPYING.
+
+qpidexecdir = $(libexecdir)/qpid
+qpidexec_SCRIPTS = jrnl.py resize store_chk
+
+EXTRA_DIST = \
+ jrnl.py \
+ resize \
+ store_chk
+
\ No newline at end of file
Property changes on: store/trunk/cpp/tools/jrnl.py
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: store/trunk/cpp/tools/resize
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: store/trunk/cpp/tools/store_chk
___________________________________________________________________
Name: svn:eol-style
+ native
Show replies by date