diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-03-03 15:42:09 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-03-03 15:42:09 -0500 |
commit | 1720d0b9508b70ac0c5f2436c3b80a2ab801f138 (patch) | |
tree | e17258c79468bb8ed61093b009d5e1750b157f69 /Makefile.am | |
parent | 79acd268d9ac91f0e9f03467b220241cda3457a5 (diff) |
[Makefile.am] --enable-test-surfaces in distcheck
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 10513afa..63b47d84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,7 @@ MAINTAINERCLEANFILES = \ $(srcdir)/mkinstalldirs \ `find "$(srcdir)" -type f -name Makefile.in -print` -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-test-surfaces include $(srcdir)/ChangeLog.mk |