diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-03-21 22:54:38 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-03-21 22:54:38 +0000 |
commit | 966d93ef6d1f2ed02f3b81b5bf5a1ebbdd48c93d (patch) | |
tree | 0026887efa40f5d39b889a7af852638adb75ff53 /Makefile.am | |
parent | 8e3ad87d01c102591c7dc25614f6ac10e444a1b1 (diff) |
Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1
Bump CVS version to 1.0.99.1.
Distcheck fixes.
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 d8ca377fb..847615a0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc +DISTCHECK_CONFIGURE_FLAGS=--disable-xorgcfg if COMPOSITE COMPOSITE_DIR=composite @@ -107,6 +108,7 @@ DIST_SUBDIRS = \ XTrap \ composite \ GL \ + exa \ hw \ Xprint \ XpConfig \ |