aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-26 00:55:28 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-26 00:55:28 +0800
commitfcfda658fd965a09798f13b435a2b4d853e16c5c (patch)
treec5cee8a0a998a10719d74388e1b3cc90ae1acfc4 /shell/Makefile.am
parent0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417 (diff)
downloadgsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar
gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.gz
gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.bz2
gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.lz
gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.xz
gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.zst
gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.zip
$(BONOBO_CONF_CFLAGS) was here twice, took out one of them.
2001-07-25 Jason Leach <jleach@ximian.com> * Makefile.am (INCLUDES): $(BONOBO_CONF_CFLAGS) was here twice, took out one of them. * e-shell-view.c (socket_destroy_cb): Mem leak fix. Thanks to the amazing Jacob B. Bug #5054. svn path=/trunk/; revision=11402
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 7aecad0ae3..4785fdae6e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -7,7 +7,6 @@ INCLUDES = -O \
$(BONOBO_GNOME_CFLAGS) \
$(BONOBO_CONF_CFLAGS) \
$(EXTRA_GNOME_CFLAGS) \
- $(BONOBO_CONF_CFLAGS) \
-DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \