diff options
author | raveit65 <[email protected]> | 2016-07-15 18:05:00 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-06 14:18:14 +0300 |
commit | bbd33094d7074a4574c0f2cea849e8fba4573ccb (patch) | |
tree | 2dfc31e6284ec0a6097ea081766cec76bd386d7f | |
parent | b35c7b1e98d6e1d5494a443eec20de0556c26963 (diff) | |
download | caja-extensions-bbd33094d7074a4574c0f2cea849e8fba4573ccb.tar.bz2 caja-extensions-bbd33094d7074a4574c0f2cea849e8fba4573ccb.tar.xz |
distcheck: explicitly use currently selected GTK+ version
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2b9b1c0..5a779ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,3 @@ - -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' - ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = po @@ -41,6 +38,11 @@ DISTCLEANFILES = \ intltool-merge \ po/.intltool-merge-cache +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ + --with-gtk=$(GTK_API_VERSION) + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ |