diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 03870ac474..092da4b0a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ MAINTAINERCLEANFILES = \ # Scrollkeeper must be disabled for distcheck to work because # distcheck uses a custom prefix. See GNOME bug #354357. DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk3 \ --enable-gtk-doc \ --disable-scrollkeeper \ --enable-test-component \ |