diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-09 13:21:37 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-09 13:21:37 +0800 |
commit | 89db309e06bda8777c005857ebccd6a34ac95739 (patch) | |
tree | 72193c5d553291fd91db2bfef4dcd338606c36de /shell/Makefile.am | |
parent | 25606cbf7d12360f4a8bca7a4631ce7613894597 (diff) | |
download | gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.gz gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.bz2 gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.lz gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.xz gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.zst gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.zip |
More work. Before the shortcut changes -mig
svn path=/trunk/; revision=1545
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index ad231b6352..03848c6110 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -11,6 +11,10 @@ INCLUDES = \ evolution_SOURCES = \ main.c \ + e-folder.c \ + e-folder.h \ + e-folder-mail.c \ + e-folder-mail.h \ e-init.c \ e-init.h \ e-shell.c \ @@ -22,4 +26,3 @@ evolution_LDADD = \ ../e-util/libeutil.a \ $(BONOBO_GNOME_LIBS) - |