diff options
author | Carl Worth <cworth@cworth.org> | 2006-02-13 16:47:23 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-02-13 16:47:23 -0800 |
commit | 6aff9afc22eb6c5c814992c5ca4b3bd437935d3a (patch) | |
tree | 5d153c0e66fdb2d637beeb3bbf671d319ba9a979 /Makefile.am | |
parent | 5de154bcdb659618d723bcec14e0315630c62c7e (diff) | |
parent | 86869f02b9206eaeac331ff8945dacf4d840df98 (diff) |
Remove pixman from SNAPSHOT_0_5_1SNAPSHOT_0_5_1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 60ae80514..31aea9118 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,8 @@ EXTRA_DIST = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = cairo.pc +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + # Some custom targets to make it easier to release things. # Use either: # make release-check |