diff options
author | raveit65 <[email protected]> | 2016-07-15 19:37:27 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-24 22:28:50 +0300 |
commit | 7022ba1ab33dd4e4539a9b131853d6c69a34766e (patch) | |
tree | 6e483e836520296afa301d67b8801eb038b58675 | |
parent | f4f747793f1de934c91423d4357e133cd62b38fb (diff) | |
download | libmateweather-7022ba1ab33dd4e4539a9b131853d6c69a34766e.tar.bz2 libmateweather-7022ba1ab33dd4e4539a9b131853d6c69a34766e.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 9b02ac4..7eb1157 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,10 @@ SUBDIRS = po po-locations libmateweather doc data python icons ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-icon-update +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --disable-icon-update \ + --with-gtk=$(GTK_API_VERSION) EXTRA_DIST = \ autogen.sh |