diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c2dde07..2378a2a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,10 @@ EXTRA_DIST = \ DISTCLEANFILES = \ gtk-doc.make -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-scrollkeeper \ + --enable-gtk-doc \ + --with-gtk=$(GTK_API_VERSION) # Build ChangeLog from GIT history ChangeLog: |