summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Berkman <jacob@ximian.com>2002-04-11 05:15:42 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-04-11 05:15:42 +0000
commitcfadf3982bfb7b3aea1e2fb708b7e9a709b865fe (patch)
treec9ceb32eb1a3c1578038779f8878313797d39102
parent81d862d5eba3d2aafb9342872b1bb182c36dc486 (diff)
downloadgnome-control-center-cfadf3982bfb7b3aea1e2fb708b7e9a709b865fe.tar.gz
add pixmap
2002-04-11 Jacob Berkman <jacob@ximian.com> * Makefile.am (EXTRA_DIST): add pixmap
-rw-r--r--capplets/keybindings/ChangeLog4
-rw-r--r--capplets/keybindings/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog
index 015da26bf..05b609895 100644
--- a/capplets/keybindings/ChangeLog
+++ b/capplets/keybindings/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-11 Jacob Berkman <jacob@ximian.com>
+
+ * Makefile.am (EXTRA_DIST): add pixmap
+
2002-04-10 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am
index 9351df65d..cd670c9d6 100644
--- a/capplets/keybindings/Makefile.am
+++ b/capplets/keybindings/Makefile.am
@@ -21,5 +21,5 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
-EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files)
+EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files) $(pixmaps_DATA)