aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-25 22:08:37 +0800
committerDan Winship <danw@src.gnome.org>2000-04-25 22:08:37 +0800
commit4c9ac5da23cc25f17eea7f43ba07bf858a80b2ee (patch)
treeda9751e02d8b44961ada85e448ac4bb941730310 /shell
parent5f54bb7ea062c14e1f0bdf9778774c8c7f470be8 (diff)
downloadgsoc2013-evolution-4c9ac5da23cc25f17eea7f43ba07bf858a80b2ee.tar.gz
gsoc2013-evolution-4c9ac5da23cc25f17eea7f43ba07bf858a80b2ee.tar.zst
gsoc2013-evolution-4c9ac5da23cc25f17eea7f43ba07bf858a80b2ee.zip
include -I$(datadir)/idl in orbit-idl arguments so that you can have
* shell/Makefile.am: include -I$(datadir)/idl in orbit-idl arguments so that you can have bonobo installed in the same prefix as evolution, when that isn't the same prefix is gnome-libs, which a lot of people seem to be doing. (CLEANFILES): add EVOLUTION_CORBA_GENERATED * README: Note this svn path=/trunk/; revision=2599
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog8
-rw-r--r--shell/Makefile.am4
2 files changed, 11 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ab486f53be..bf2b4193b0 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2000-04-25 Dan Winship <danw@helixcode.com>
+
+ * Makefile.am: include -I$(datadir)/idl in orbit-idl arguments so
+ that you can have bonobo installed in the same prefix as
+ evolution, when that isn't the same prefix is gnome-libs, which a
+ lot of people seem to be doing.
+ (CLEANFILES): add EVOLUTION_CORBA_GENERATED
+
2000-04-24 Christopher James Lahey <clahey@helixcode.com>
* idl/folder.idl: Made some functions syncronous that didn't need
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 6a5d1cbf7a..5bdbe11e14 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -16,6 +16,8 @@ EVOLUTION_CORBA_GENERATED = \
Evolution-skels.c \
Evolution-stubs.c
+CLEANFILES = $(EVOLUTION_CORBA_GENERATED)
+
evolution_SOURCES = \
$(EVOLUTION_CORBA_GENERATED) \
main.c \
@@ -42,7 +44,7 @@ evolution_SOURCES = \
Evolution-impl.o: Evolution.h
$(EVOLUTION_CORBA_GENERATED): Evolution.idl evolution-service-repository.idl
- orbit-idl -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Evolution.idl
+ $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Evolution.idl
evolution_LDADD = \
../widgets/shortcut-bar/libshortcut-bar.a \
lass='commitgraph'>* - Fix runtime crashpav2005-12-091-0/+16 * - Revert to RC_SUBR, leave RCORDER as an optionpav2005-10-271-2/+4 * - Update to 1.0.a4pav2005-10-215-34/+25 * Update to dovecot-1.0.a3, now the recommended version.vsevolod2005-09-274-157/+121 * Fix typo in pkg-message:edwin2005-05-051-1/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * - Update to 0.99.14pav2005-02-262-3/+3 * Split the postgresql ports into a server and a client part.girgen2005-01-311-1/+1 * Update to 0.99.13ahze2005-01-193-21/+21 * - Update to dovecot-0.99.12.1sem2004-12-072-4/+5 * - Update to dovecot-0.99.12.ahze2004-12-062-3/+4 * - Update to 0.99.11sergei2004-10-123-20/+20 * Update to 0.99.10.9sem2004-08-052-3/+3 * - Update to 0.99.10.7pav2004-07-2811-206/+73 * - Update to 0.99.10.6pav2004-06-226-52/+46 * - Update to 0.99.10.5pav2004-05-303-43/+19 * - Use USE_ICONV knobkrion2004-03-311-2/+1 * - Fix build on -CURRENT following deprecation of EAI_NODATA (see RFC 3493)sergei2004-02-029-166/+200 * Maintainer update: mail/dovecotedwin2004-01-112-4/+16 * - Update to 0.99.10.4sergei2003-12-097-152/+166 * - Update to version 0.99.10.2krion2003-11-164-36/+36 * Cease FreeBSD port maintainershipsedwin2003-09-241-1/+1 * Fix user id needed to run port on RELENG_4:osa2003-08-161-1/+1 * Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1 * Add a note about dovecot's authentication abilities.leeym2003-08-091-0/+2 * Make the feature-autodetection actually work.leeym2003-08-091-1/+3 * fix mail/dovecot: use root on BSD systemdaichi2003-07-141-11/+2 * The path for the PostgreSQL dependancy was wrong.leeym2003-07-061-1/+1 * update mail/dovecot:daichi2003-07-031-1/+1 * mail/dovecot 0.99.10daichi2003-06-303-14/+72 * remove zero size filedaichi2003-06-271-172/+0 * update mail/dovecot: 0.99.9.1 -> 0.99.10daichi2003-06-273-20/+55 * update maintainer's email address.leeym2003-06-241-1/+1 * Update to 0.99.9.1.nork2003-05-0415-247/+487 * o obsolete rc.d script updatenork2003-04-207-4/+207 * mail/dovecot 0.99.8-test5 -> 0.99.8.1edwin2003-03-313-5/+10 * De-pkg-comment.knu2003-02-212-1/+1 * update mail/dovecot 0.99.5 -> 0.99.8-test5leeym2003-02-164-47/+104 * Update to 0.99.5.naddy2003-01-135-35/+51 * Use standard PORTDOCS in PLIST_SUB instead of rolling our own, andkris2002-11-142-13/+7 * Update to 0.98.4. See http://dovecot.procontrol.fi/ for a completenaddy2002-11-062-8/+10 * Fix typoes on MAINTAINER address.perky2002-11-021-2/+2 * Update maintainer addressperky2002-10-081-2/+2 * Use POSIX syntax for chownkris2002-09-051-1/+1 * Add dovecot,vanilla2002-09-01