diff options
author | raveit65 <[email protected]> | 2016-07-15 19:09:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-15 19:09:38 +0200 |
commit | 85daafffeb8669d97130dca89ef5b8b9378d2c68 (patch) | |
tree | 7b880e1028b248d8e8766b8e0f0994796edb0798 | |
parent | 9a9f93fe8b1f03ca8df88b8bb17683f9dec65dcc (diff) | |
download | libmatekbd-85daafffeb8669d97130dca89ef5b8b9378d2c68.tar.bz2 libmatekbd-85daafffeb8669d97130dca89ef5b8b9378d2c68.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 7c04518..feb6959 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = libmatekbd $(TEST) po ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --with-gtk=$(GTK_API_VERSION) DISTCLEANFILES = \ intltool-extract \ |