diff options
author | monsta <[email protected]> | 2016-11-23 15:45:42 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 15:47:07 +0300 |
commit | aaa14762862f114786293d156dc6bf28c4de14ee (patch) | |
tree | ad9f8083bd5f17f6f525c2fbe96b07ea1bc86c3b /Makefile.am | |
parent | 36145dee668768c58fad6530582b4d374a9017f0 (diff) | |
download | caja-extensions-aaa14762862f114786293d156dc6bf28c4de14ee.tar.bz2 caja-extensions-aaa14762862f114786293d156dc6bf28c4de14ee.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require caja >= 1.17.1 and libmate-desktop >= 1.17.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5a779ea..6ff345d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,8 +40,7 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ - --with-gtk=$(GTK_API_VERSION) + --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' # Build ChangeLog from GIT history ChangeLog: |