diff options
author | raveit <[email protected]> | 2013-03-23 18:34:52 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-23 18:34:52 +0100 |
commit | 8068ba00db1e6e5282c8b5989b58078cb82cc9d9 (patch) | |
tree | c6ba33cc28ebb3f0e5883769822d81a5c6ae0991 /desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am | |
parent | d609f30420c313db3a65bbca38a5dfcecc3be9ea (diff) | |
download | mate-themes-8068ba00db1e6e5282c8b5989b58078cb82cc9d9.tar.bz2 mate-themes-8068ba00db1e6e5282c8b5989b58078cb82cc9d9.tar.xz |
add GTK3 support to TraditionalOkTest
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) |