Code

* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
authormjwybrow <mjwybrow@users.sourceforge.net>
Fri, 14 Jul 2006 06:45:53 +0000 (06:45 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Fri, 14 Jul 2006 06:45:53 +0000 (06:45 +0000)
      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/xml/Makefile_insert

index 7460d89deb7d05d5caa8574b3ad15f7de655dde0..49f97e9be747f7a38599034a1ef9727b167d7266 100644 (file)
@@ -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)