diff options
author | raveit65 <[email protected]> | 2016-07-15 21:55:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-15 21:55:00 +0200 |
commit | bcf4ce7a3b0b0dd2c70ec09dc7a35a9e83068d76 (patch) | |
tree | 107c9cc6bfa0d4a7a9e8e56b3abb642727a553a1 /Makefile.am | |
parent | 0786eb6cfb910395e72c9fc3ea8d696888593df5 (diff) | |
download | mate-sensors-applet-bcf4ce7a3b0b0dd2c70ec09dc7a35a9e83068d76.tar.bz2 mate-sensors-applet-bcf4ce7a3b0b0dd2c70ec09dc7a35a9e83068d76.tar.xz |
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3776231..e60dd16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,9 @@ DISTCLEANFILES = intltool-extract \ intltool-merge \ intltool-update +DISTCHECK_CONFIGURE_FLAGS = \ + --with-gtk=$(GTK_API_VERSION) + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ |