diff options
author | monsta <[email protected]> | 2016-07-15 17:06:35 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-09 23:05:55 +0300 |
commit | 59861b953c5e4d803a7ad933822961b9f7a81516 (patch) | |
tree | f937c1719608c3fd3af5c7c81ff9584a734dd3a8 | |
parent | e7469eef3811770398e1f6f50a533ef87083b5bc (diff) | |
download | caja-59861b953c5e4d803a7ad933822961b9f7a81516.tar.bz2 caja-59861b953c5e4d803a7ad933822961b9f7a81516.tar.xz |
distcheck: explicitly use currently selected GTK+ version
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 18718fba..46476fd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc --with-gtk=$(GTK_API_VERSION) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |