diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 4 |
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 |