diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 72045304f..e71acc96f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,7 @@ EXTRA_DIST = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ - --enable-debug \ - --enable-gtk-doc + --enable-debug @GNOME_CODE_COVERAGE_RULES@ |