diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-07-07 16:47:08 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-07-07 16:47:08 +0000 |
| commit | 043a9ffa5dcd4d8492e06e8bac6679db404e1b2b (patch) | |
| tree | dc9772f5943986330cd5cd5ccefcf4c833bc7930 /src | |
| parent | Changed toogle button to more clear combobox in envelope-prespective LPE (diff) | |
| download | inkscape-043a9ffa5dcd4d8492e06e8bac6679db404e1b2b.tar.gz inkscape-043a9ffa5dcd4d8492e06e8bac6679db404e1b2b.zip | |
Small patch from su_v to make versioning appear on out-of-tree builds
(bzr r13341.1.84)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bb34047a8..282797a50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -220,7 +220,7 @@ endif # someone updates the BZR working directory. inkscape-version.cpp: $(inkscape_version_deps) VER_PREFIX="$(VERSION)";\ - VER_BZRREV=" r`bzr revno --tree`"; \ + VER_BZRREV=" r`bzr revno --tree $(top_srcdir)`"; \ if test ! -z "`bzr status -S -V $(srcdir)`"; then \ VER_CUSTOM=" custom"; \ fi; \ |
