aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-07-03 10:55:58 +0800
committerChris Lahey <clahey@src.gnome.org>2001-07-03 10:55:58 +0800
commitfd6ad06df5c3cf3928f9361d566aaaaffe498d2d (patch)
treeba91b681db9204b2d214f6658d5d1a0984eed839 /shell/Makefile.am
parent793f0a6b869f1f934c0ea51ee762fed384180619 (diff)
downloadgsoc2013-evolution-fd6ad06df5c3cf3928f9361d566aaaaffe498d2d.tar.gz
gsoc2013-evolution-fd6ad06df5c3cf3928f9361d566aaaaffe498d2d.tar.zst
gsoc2013-evolution-fd6ad06df5c3cf3928f9361d566aaaaffe498d2d.zip
Made evolution depend on bonobo-conf 0.2.
2001-07-02 Christopher James Lahey <clahey@ximian.com> * configure.in: Made evolution depend on bonobo-conf 0.2. From calendar/ChangeLog: 2001-07-02 Christopher James Lahey <clahey@ximian.com> * gui/Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). (evolution_calendar_LDADD): Added $(BONOBO_CONF_LIBS). From composer/ChangeLog: 2001-07-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). From shell/ChangeLog: 2001-07-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). (evolution_LDADD): Added $(BONOBO_CONF_LIBS). svn path=/trunk/; revision=10718
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 99effbd86c..fc2d32e3e1 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES = -O \
-I$(top_srcdir) \
$(BONOBO_GNOME_CFLAGS) \
$(EXTRA_GNOME_CFLAGS) \
+ $(BONOBO_CONF_CFLAGS) \
-DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
@@ -165,6 +166,7 @@ evolution_LDADD = \
$(EXTRA_GNOME_LIBS) \
$(GNOME_PRINT_LIBS) \
$(GTKHTML_LIBS) \
+ $(BONOBO_CONF_LIBS) \
$(BONOBO_GNOME_LIBS)
# Test component
p;id=4204d908597b63d81995d94c72a9c55ab23f23a5'>- Update to 0.4.20sunpoet2013-11-063-5/+5 * - Fix NSFW optionsunpoet2013-10-071-1/+1 * - Update to 0.4.19sunpoet2013-10-073-16/+8 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update to 0.4.18sunpoet2013-09-072-3/+3 * - Update to 0.4.17sunpoet2013-08-103-5/+3 * - Update to 0.4.16sunpoet2013-06-223-4/+3 * - Update to 0.4.15sunpoet2013-06-093-5/+10 * - Update to 0.4.14sunpoet2013-03-233-3/+4 * - Update to 0.4.13sunpoet2013-03-133-7/+7 * - Update to 0.4.10sunpoet2012-12-092-3/+3 * - Update to 0.4.9sunpoet2012-10-083-10/+12 * - Update to 0.4.8sunpoet2012-08-223-4/+5 * - Update to 0.4.7sunpoet2012-07-313-3/+4 * - Update to 0.4.6sunpoet2012-06-113-5/+9 * - Update to 0.4.5sunpoet2012-06-033-9/+7 * - Update to 0.4.4sunpoet2012-03-283-4/+3 * - Update to 0.4.3sunpoet2012-03-02