diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-28 17:21:37 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-08-28 17:28:08 -0400 |
commit | 89900525fb78b20c532b8d983c238896f6e4820c (patch) | |
tree | ddc77eb531cce26facceea5792b32c4b56541bba /Makefile.am | |
parent | 82303d6170aa541a3dc8c2519c7cc1445fc18842 (diff) |
Move version number to src/cairo-version.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 56026ccd..b2eeccd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ if CAIRO_HAS_PNG_FUNCTIONS SUBDIRS += boilerplate test perf endif +configure: src/cairo-version.h .PHONY: doc test retest recheck check-valgrind # We have some generated header files, so we really need to build the @@ -57,7 +58,6 @@ endif EXTRA_DIST = \ autogen.sh \ - Version.mk \ AUTHORS \ BIBLIOGRAPHY \ BUGS \ |