summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-07-14 06:42:37 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-07-14 06:42:37 +0000
commitb13e1efdc13b1ea7309e6adc84d12c9608c35e59 (patch)
tree143b547ee6e1c6c4c8342aa67a7ffbd408e1cbd6 /ChangeLog
parent* src/libavoid/*: Add a couple of missing files. (diff)
downloadinkscape-b13e1efdc13b1ea7309e6adc84d12c9608c35e59.tar.gz
inkscape-b13e1efdc13b1ea7309e6adc84d12c9608c35e59.zip
* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 615203404..dcc9e1e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-13 Michael Wybrow <mjwybrow@users.sourceforge.net>
+ * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
+ src/xml/Makefile_insert, src/libnr/Makefile_insert:
+ Add "$(srcdir)/" to some things so that "make check" works in
+ the case that the build directory is somewhere other than the
+ source directory.
+
* src/sp-conn-end-pair.cpp, src/connector-context.cpp,
src/document.cpp, src/libavoid/*:
Update libavoid with upstream fixes, optimisations and new features.