diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 03848c6110..18e0cce064 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -9,6 +9,12 @@ INCLUDES = \ -I$(srcdir)/../widgets \ $(BONOBO_GNOME_CFLAGS) +EVOLUTION_CORBA_GENERATED = \ + Evolution.h \ + Evolution-common.c \ + Evolution-skels.c \ + Evolution-stubs.c + evolution_SOURCES = \ main.c \ e-folder.c \ @@ -18,11 +24,21 @@ evolution_SOURCES = \ e-init.c \ e-init.h \ e-shell.c \ - e-shell.h + e-shell.h \ + e-shell-view.c \ + e-shell-view.h \ + e-shell-view-menu.c \ + e-shell-view-menu.h \ + $(EVOLUTION_CORBA_GENERATED) + +Evolution-impl.o: Evolution.h +$(EVOOLUTION_CORBA_GENERATED): Evolution.idl + orbit-idl -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Evolution.idl evolution_LDADD = \ ../widgets/shortcut-bar/libshortcut-bar.a \ ../e-util/libeutil.a \ $(BONOBO_GNOME_LIBS) +EXTRA_DIST = Evolution.idl
\ No newline at end of file |