summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-02-10 05:10:51 +0000
committerRodney Dawes <dobey@src.gnome.org>2005-02-10 05:10:51 +0000
commit71665a599c60ee8882323054576c825a0318c762 (patch)
treed0d1b18896858d5be92751899d0b7eed4a004692
parent0f026fc32c74b2dd5918633557c6dba0d988b72a (diff)
downloadgnome-control-center-71665a599c60ee8882323054576c825a0318c762.tar.gz
Don't define GNOME_ICONDIR as libbackground does not use it in any of theNAUTILUS_2_9_92NAUTILUS_2_9_91NAUTILUS_2_10_1NAUTILUS_2_10_0
2005-02-10 Rodney Dawes <dobey@novell.com> * Makefile.am: Don't define GNOME_ICONDIR as libbackground does not use it in any of the code
-rw-r--r--libbackground/ChangeLog5
-rw-r--r--libbackground/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/libbackground/ChangeLog b/libbackground/ChangeLog
index 3617aad80..18464de2a 100644
--- a/libbackground/ChangeLog
+++ b/libbackground/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-10 Rodney Dawes <dobey@novell.com>
+
+ * Makefile.am: Don't define GNOME_ICONDIR as libbackground does not
+ use it in any of the code
+
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
diff --git a/libbackground/Makefile.am b/libbackground/Makefile.am
index d87213560..8fb054335 100644
--- a/libbackground/Makefile.am
+++ b/libbackground/Makefile.am
@@ -2,7 +2,6 @@ EXTRA_DIST = ChangeLog
INCLUDES = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
- -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"capplet-common\" \
-I$(top_srcdir)/ \
@CAPPLET_CFLAGS@