diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-24 12:02:48 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-24 12:02:48 -0700 |
commit | 6490dd6bf814ac5a078ce3a4f57bb7c28aa6dfa0 (patch) | |
tree | 63ce0c93ebe2e752411b945a345ae3506899bbc9 /desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am | |
parent | d609f30420c313db3a65bbca38a5dfcecc3be9ea (diff) | |
parent | dbc31b656fdb69ad5443c9a4750f8c659f40f00b (diff) | |
download | mate-themes-6490dd6bf814ac5a078ce3a4f57bb7c28aa6dfa0.tar.bz2 mate-themes-6490dd6bf814ac5a078ce3a4f57bb7c28aa6dfa0.tar.xz |
Merge pull request #28 from NiceandGently/master
add GTK3 support to TraditionalOKTest theme
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am b/desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am new file mode 100644 index 00000000..c9db774b --- /dev/null +++ b/desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am @@ -0,0 +1,9 @@ +THEME_NAME=TraditionalOkTest + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-2.0 + +theme_DATA = \ + applications.rc \ + gtkrc + +EXTRA_DIST = $(theme_DATA) |