diff options
author | raveit65 <[email protected]> | 2016-07-15 22:19:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-15 22:19:31 +0200 |
commit | a80e086e8c90e4c1a807b3a5152e8a843bb7328a (patch) | |
tree | b9d0e78c6f2cfc2b5eee9afd53406c1389f5f848 /Makefile.am | |
parent | 11a6c8ee55ba34aa629f6904781a0b184bc2a053 (diff) | |
download | mate-utils-a80e086e8c90e4c1a807b3a5152e8a843bb7328a.tar.bz2 mate-utils-a80e086e8c90e4c1a807b3a5152e8a843bb7328a.tar.xz |
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-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: |