summaryrefslogtreecommitdiffstats
path: root/src/xml/Makefile_insert
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-07-14 06:45:53 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-07-14 06:45:53 +0000
commitfe3d25827af8b7dcf2c69a811c8c12f755257105 (patch)
tree224b7c5208036d5636ee822121b46355d08289e8 /src/xml/Makefile_insert
parent* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, (diff)
downloadinkscape-fe3d25827af8b7dcf2c69a811c8c12f755257105.tar.gz
inkscape-fe3d25827af8b7dcf2c69a811c8c12f755257105.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 r1414)
Diffstat (limited to 'src/xml/Makefile_insert')
-rw-r--r--src/xml/Makefile_insert2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert
index 7460d89de..49f97e9be 100644
--- a/src/xml/Makefile_insert
+++ b/src/xml/Makefile_insert
@@ -54,7 +54,7 @@ xml_libspxml_a_SOURCES = \
xml/invalid-operation-exception.h
xml/test-xml-main.cpp: xml/test-xml.cpp $(xml_test_xml_includes)
- $(top_srcdir)/cxxtest/cxxtestgen.pl --template=selfname.tpl -root -o xml/test-xml-main.cpp $(xml_test_xml_includes)
+ $(top_srcdir)/cxxtest/cxxtestgen.pl --template=$(srcdir)/selfname.tpl -root -o xml/test-xml-main.cpp $(xml_test_xml_includes)
xml/test-xml.cpp: $(xml_test_xml_includes)
$(top_srcdir)/cxxtest/cxxtestgen.pl -part -o xml/test-xml.cpp $(xml_test_xml_includes)