diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-17 16:58:29 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-17 16:58:29 +0800 |
commit | 173a42036986044bc7907033a299cc1c71aa72e7 (patch) | |
tree | 7eb91284a687ae4f0c4e8f1cf4b81dd56249da1d /shell/Makefile.am | |
parent | 3bdd857a4a69e83841c2fbae83d96101912ebf69 (diff) | |
download | gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.gz gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.bz2 gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.lz gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.xz gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.zst gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.zip |
Shaping up; Model/view is still not fully setup, but coming, coming
svn path=/trunk/; revision=1580
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index e80ba3fde1..1aea62ce1e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -23,10 +23,14 @@ evolution_SOURCES = \ e-init.h \ e-shell.c \ e-shell.h \ + e-shell-shortcut.c \ + e-shell-shortcut.h \ e-shell-view.c \ e-shell-view.h \ e-shell-view-menu.c \ e-shell-view-menu.h \ + e-shortcut.c \ + e-shortcut.h \ $(EVOLUTION_CORBA_GENERATED) Evolution-impl.o: Evolution.h @@ -39,4 +43,4 @@ evolution_LDADD = \ ../e-util/libeutil.a \ $(BONOBO_GNOME_LIBS) -EXTRA_DIST = Evolution.idl
\ No newline at end of file +EXTRA_DIST = Evolution.idl |