aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorIain Holmes <ih@csd.abdn.ac.uk>2000-02-09 00:21:19 +0800
committeriholmes <iholmes@localhost>2000-02-09 00:21:19 +0800
commit6e1f98f09afc66e9bdfec631045a250b6c7cace5 (patch)
tree896624676269e4dfaae0ca8eaaf56d3c428f8d38 /shell
parent6cb60b68f180a2267503cd22c37216704c1750b1 (diff)
downloadgsoc2013-evolution-6e1f98f09afc66e9bdfec631045a250b6c7cace5.tar.gz
gsoc2013-evolution-6e1f98f09afc66e9bdfec631045a250b6c7cace5.tar.zst
gsoc2013-evolution-6e1f98f09afc66e9bdfec631045a250b6c7cace5.zip
Changed the order of the compilation so the CORBA stuff was generated
2000-02-08 Iain Holmes <ih@csd.abdn.ac.uk> * mail/Makefile.am: Changed the order of the compilation so the CORBA stuff was generated before it was needed. * shell/Makefile.am: Same. svn path=/trunk/; revision=1695
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index b9a466b21c..56341d0042 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -16,6 +16,7 @@ EVOLUTION_CORBA_GENERATED = \
Evolution-stubs.c
evolution_SOURCES = \
+ $(EVOLUTION_CORBA_GENERATED) \
main.c \
e-folder.c \
e-folder.h \
@@ -30,8 +31,7 @@ evolution_SOURCES = \
e-shell-view-menu.c \
e-shell-view-menu.h \
e-shortcut.c \
- e-shortcut.h \
- $(EVOLUTION_CORBA_GENERATED)
+ e-shortcut.h
Evolution-impl.o: Evolution.h
e-3.24&id=4f13e2891844feba7d03bad2611e4113e5f03c89'>- Update to 0.2.2amdmi32010-03-073-33/+100 * - Fix some portlint warningslwhsu2010-02-131-1/+12 * - Update to 0.2.1pgollucci2010-02-123-9/+51 * - update to jpeg-8dinoex2010-02-051-0/+1 * - Update to 0.2amdmi32009-12-133-16/+5 * - Update to 0.1.99amdmi32009-12-115-64/+152 * - Fix code that does already-running checkpav2009-10-262-1/+41 * - Fix dependencymiwi2009-09-142-4/+6 * Update to 0.1.2arved