changeset 8:1427e0870812 pytave-task

Makefile.am: added test/exceptions.py to extra dist. Jamfile.in: corrected dependencies
author David Grundberg <individ@acc.umu.se>
date Mon, 20 Oct 2008 11:16:30 +0200
parents 8856efcfca6f
children 9a773d71a973 10c22e54a7d3 1b8ccabfa296
files .bzrignore ChangeLog Jamfile.in Makefile.am
diffstat 4 files changed, 34 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.bzrignore	Mon Oct 20 11:16:30 2008 +0200
@@ -0,0 +1,26 @@
+./aclocal.m4
+./autom4te.cache
+./bin
+./build
+./config.cache
+./config.guess
+./config.h
+./config.h.in
+./config.log
+./config.status
+./config.sub
+./configure
+./depcomp
+./.deps
+./install-sh
+./Jamfile
+./.libs
+./libtool
+./ltmain.sh
+./Makefile
+./Makefile.in
+./missing
+./project-root.jam
+./_pytave?la*
+./setup.py
+./stamp-h1
--- a/ChangeLog	Sat Oct 18 12:29:12 2008 +0200
+++ b/ChangeLog	Mon Oct 20 11:16:30 2008 +0200
@@ -1,3 +1,9 @@
+2008-10-20  David Grundberg  <individ@acc.umu.se>
+
+	* Makefile.am: added test/exceptions.py to extra dist.
+	* Jamfile.in: corrected dependencies
+
+
 2008-10-18  David Grundberg  <individ@acc.umu.se>
 
 	Changed license to correct one (GPLv3).
--- a/Jamfile.in	Sat Oct 18 12:29:12 2008 +0200
+++ b/Jamfile.in	Mon Oct 20 11:16:30 2008 +0200
@@ -15,5 +15,5 @@
  	<cxxflags>"-Wall"
 ;
 
-python-extension _pytave : @srcdir@/octave_to_python.cc @srcdir@/pytave.cc @srcdir@/exceptions.cc @srcdir@/python_to_octave.cc @srcdir@/arrayobjectdefs.h @srcdir@/config.h @srcdir@/octave_to_python.h @srcdir@/pytavedefs.h @srcdir@/pytave_exception.h @srcdir@/python_to_octave.h ;
+python-extension _pytave : @srcdir@/octave_to_python.cc @srcdir@/pytave.cc @srcdir@/exceptions.cc @srcdir@/python_to_octave.cc @srcdir@/arrayobjectdefs.h @srcdir@/config.h @srcdir@/octave_to_python.h @srcdir@/pytavedefs.h @srcdir@/exceptions.h @srcdir@/python_to_octave.h ;
 
--- a/Makefile.am	Sat Oct 18 12:29:12 2008 +0200
+++ b/Makefile.am	Mon Oct 20 11:16:30 2008 +0200
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_lib_LTLIBRARIES = _pytave.la
-EXTRA_DIST = test/test.py testfile.m project-root.jam \
+EXTRA_DIST = test/test.py test/exceptions.py testfile.m project-root.jam \
 package/__init__.py package/pytave.py
 EXTRA_libdir = @PYTAVE_MODULE_INSTALL_PATH@