diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-07-14 06:42:37 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-07-14 06:42:37 +0000 |
| commit | b13e1efdc13b1ea7309e6adc84d12c9608c35e59 (patch) | |
| tree | 143b547ee6e1c6c4c8342aa67a7ffbd408e1cbd6 /src/Makefile_insert | |
| parent | * src/libavoid/*: Add a couple of missing files. (diff) | |
| download | inkscape-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 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 28 |
1 files changed, 14 insertions, 14 deletions
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 |
