diff options
author | monsta <[email protected]> | 2016-11-23 16:49:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 16:49:28 +0300 |
commit | 44fed6ba67c2a0488d0a1e0b1a5194005706347b (patch) | |
tree | e270d5ae7a06e0bc4ac8bd37251799c6232d3ae3 /Makefile.am | |
parent | 95984871537b4703b98419998ae2b8beb932b386 (diff) | |
download | mate-user-share-44fed6ba67c2a0488d0a1e0b1a5194005706347b.tar.bz2 mate-user-share-44fed6ba67c2a0488d0a1e0b1a5194005706347b.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require caja >= 1.17.1
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 cea5ae5..5ed23e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,7 @@ DISTCLEANFILES = \ intltool-update DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \ - --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: |