From b13e1efdc13b1ea7309e6adc84d12c9608c35e59 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Fri, 14 Jul 2006 06:42:37 +0000 Subject: * 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) --- src/Makefile_insert | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index b136a55e6..e096ef5e4 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -342,17 +342,17 @@ inkscape_version.h: ../configure.ac echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h test_all_includes = \ - attributes-test.h \ - color-profile-test.h \ - MultiPrinter.h \ - TRPIFormatter.h \ - PylogFormatter.h \ - dir-util-test.h \ - extract-uri-test.h \ - mod360-test.h \ - round-test.h \ - sp-gradient-test.h \ - sp-style-elem-test.h \ - style-test.h \ - test-helpers.h \ - verbs-test.h + $(srcdir)/attributes-test.h \ + $(srcdir)/color-profile-test.h \ + $(srcdir)/MultiPrinter.h \ + $(srcdir)/TRPIFormatter.h \ + $(srcdir)/PylogFormatter.h \ + $(srcdir)/dir-util-test.h \ + $(srcdir)/extract-uri-test.h \ + $(srcdir)/mod360-test.h \ + $(srcdir)/round-test.h \ + $(srcdir)/sp-gradient-test.h \ + $(srcdir)/sp-style-elem-test.h \ + $(srcdir)/style-test.h \ + $(srcdir)/test-helpers.h \ + $(srcdir)/verbs-test.h -- cgit v1.2.3