diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-28 18:18:23 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-08-28 18:18:23 -0400 |
commit | 894940b81f0272a2993d3a785fd505b3a4375e6e (patch) | |
tree | 82ab202956fd234f3e4225318e55d2ad9aa06fe8 /Makefile.am | |
parent | ab5c528de2fc744d77c44ea1a9a3467f1ec5f81d (diff) | |
download | cairo-894940b81f0272a2993d3a785fd505b3a4375e6e.tar.gz |
Some nasty tracks to make changing version number not cause a total rebuild
Quite slick! This comes handy when git-bisect'ing. The canonical version
number is in toplevel cairo-version.h now.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2eeccd89..a47cee4ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ if CAIRO_HAS_PNG_FUNCTIONS SUBDIRS += boilerplate test perf endif -configure: src/cairo-version.h +configure: cairo-version.h .PHONY: doc test retest recheck check-valgrind # We have some generated header files, so we really need to build the @@ -58,6 +58,7 @@ endif EXTRA_DIST = \ autogen.sh \ + cairo-version.h \ AUTHORS \ BIBLIOGRAPHY \ BUGS \ |