aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e794fdd..cc44a60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,10 +20,10 @@ libsato_engine_la_LIBADD = $(GTK_LIBS)
themedir = $(datadir)/themes/Sato/
dist_theme_DATA = data/index.theme
-if WITH_QVGA
gtkthemedir = $(themedir)/gtk-2.0
+
+if WITH_QVGA
dist_gtktheme_DATA = data/gtkrc data/titlebar-panel-background-qvga.png data/titlebar-panel-applet-background-qvga.png
else
-gtkthemedir = $(themedir)/gtk-2.0
dist_gtktheme_DATA = data/gtkrc data/titlebar-panel-background.png data/titlebar-panel-applet-background.png
endif