diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-17 12:29:11 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-17 12:29:11 +0800 |
commit | 4e60b7d947fc081958acc7b4e17dfdf4e62ec08b (patch) | |
tree | 08b84d5b30af9b675acec8c133acf72ec57e14ef /shell/Makefile.am | |
parent | dad6d45018fb264dbb94031775b6c4589951e50a (diff) | |
download | gsoc2013-evolution-4e60b7d947fc081958acc7b4e17dfdf4e62ec08b.tar.gz gsoc2013-evolution-4e60b7d947fc081958acc7b4e17dfdf4e62ec08b.tar.zst gsoc2013-evolution-4e60b7d947fc081958acc7b4e17dfdf4e62ec08b.zip |
Startup assistant stuff
svn path=/trunk/; revision=12145
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 719d9fdd4d..b1d943f33d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -69,7 +69,8 @@ eshellinclude_HEADERS = \ evolution-shell-view.h \ evolution-storage-listener.h \ evolution-storage-set-view-listener.h \ - evolution-storage.h + evolution-storage.h \ + evolution-wizard.h libeshell_la_SOURCES = \ $(IDL_GENERATED) \ @@ -85,6 +86,7 @@ libeshell_la_SOURCES = \ evolution-storage-listener.c \ evolution-storage-set-view-listener.c \ evolution-storage.c \ + evolution-wizard.c \ $(eshellinclude_HEADERS) # Evolution executable @@ -127,6 +129,7 @@ evolution_SOURCES = \ e-shell-importer.h \ e-shell-offline-handler.c \ e-shell-offline-handler.h \ + e-shell-startup-wizard.c \ e-shell-user-creatable-items-handler.c \ e-shell-user-creatable-items-handler.h \ e-shell-utils.c \ @@ -168,8 +171,10 @@ evolution_SOURCES = \ evolution_LDADD = \ libeshell.la \ importer/libevolution-importer.la \ + $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/libical/src/libical/libical.la \ $(EXTRA_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ |