diff options
author | raveit65 <[email protected]> | 2016-07-15 21:29:47 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-13 16:08:39 +0300 |
commit | 426e510bbaec2677dafc308b08776e4b38bf37b1 (patch) | |
tree | cc17a5dc550a9f0d5dfa429b0a84d22ab3408c6c | |
parent | c38b1860bd8e054a4862840a6c57a2e6555c1602 (diff) | |
download | mate-panel-426e510bbaec2677dafc308b08776e4b38bf37b1.tar.bz2 mate-panel-426e510bbaec2677dafc308b08776e4b38bf37b1.tar.xz |
distcheck: explicitly use currently selected GTK+ version
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5b1f3df7..50f1eb17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,10 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --disable-introspection \ + --with-gtk=$(GTK_API_VERSION) EXTRA_DIST = \ autogen.sh \ |