aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42c5d11..d598528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-04-12 Thomas Wood <thomas@openedhand.com>
+ * Makefile.am: Add data/titlebar-panel-applet-background.png to the build
+
+2007-04-12 Thomas Wood <thomas@openedhand.com>
+
* data/gtkrc: Fix menu border spacing
2007-04-12 Thomas Wood <thomas@openedhand.com>
diff --git a/Makefile.am b/Makefile.am
index a3fff7d..a51f5e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,6 @@ libsato_engine_la_LDFLAGS = -module -avoid-version -no-undefined
libsato_engine_la_LIBADD = $(GTK_LIBS)
themedir = $(datadir)/themes/Sato/gtk-2.0
-theme_DATA = data/gtkrc data/titlebar-panel-background.png
+theme_DATA = data/gtkrc data/titlebar-panel-background.png data/titlebar-panel-applet-background.png
EXTRA_DIST = $(theme_DATA)