diff options
author | Ray Strode <rstrode@redhat.com> | 2011-08-30 13:34:09 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2011-08-30 14:24:43 -0400 |
commit | 3bf3ac7d2570fc5da9a0122b4ad2ad2605705147 (patch) | |
tree | 8d194dba163c48fd93f18463e02557eeb71cab36 /Makefile.am | |
parent | e4e938e793d46e491e15bcfafd865efc87715387 (diff) | |
download | gdm-3bf3ac7d2570fc5da9a0122b4ad2ad2605705147.tar.gz |
Makefile: force features for 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 f91ad73a..f522f402 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ DISTCLEANFILES = \ gnome-doc-utils.make \ $(NULL) -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper +DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-split-authentication --enable-introspection distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' |