diff options
author | Stefano Karapetsas <[email protected]> | 2012-05-02 17:56:07 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-05-02 17:56:07 +0200 |
commit | a03e64ad02944320933c054d0e394311fcc10a7f (patch) | |
tree | 50b3bd96ce1550673926ef8e23ab91250811b14e /configure.in | |
parent | 44183c389282e233335656e696fc7cac83748ad8 (diff) | |
download | mate-themes-a03e64ad02944320933c054d0e394311fcc10a7f.tar.bz2 mate-themes-a03e64ad02944320933c054d0e394311fcc10a7f.tar.xz |
add gtk3 support for TraditionalOk (taken from clearwaita theme)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5133e897..afebc00e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.2.2], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.3.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar]) @@ -209,6 +209,9 @@ gtk-themes/Makefile gtk-themes/AlaDelta/Makefile gtk-themes/Shiny/Makefile gtk-themes/TraditionalOkClassic/Makefile +gtk-themes/TraditionalOkClassic/gtk-2.0/Makefile +gtk-themes/TraditionalOkClassic/gtk-3.0/Makefile +gtk-themes/TraditionalOkClassic/gtk-3.0/assets/Makefile gtk-themes/TraditionalOkTest/Makefile gtk-themes/ContrastHigh/Makefile gtk-themes/ContrastHigh/gtkrc |