diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6608bf10d..4d552e25b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,9 @@ endif ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = \ - --disable-scrollkeeper \ +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-scrollkeeper \ + --disable-schemas-install \ --enable-gtk-doc INTLTOOL = \ |