From 8068ba00db1e6e5282c8b5989b58078cb82cc9d9 Mon Sep 17 00:00:00 2001 From: raveit Date: Sat, 23 Mar 2013 18:34:52 +0100 Subject: add GTK3 support to TraditionalOkTest --- desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am (limited to 'desktop-themes/TraditionalOkTest/gtk-2.0/Makefile.am') 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) -- cgit v1.2.1