aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-10-05 12:32:26 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-10-05 12:32:26 +0800
commit3c9c7a2ac1864cd7cf3b72737e0577612e672b01 (patch)
treeb4ef89a49f984f3a730d285406c4ec4d7d57cc56 /shell/Makefile.am
parent6d1aea1b231c120441061c2046157b40e34f8e3a (diff)
downloadgsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.gz
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.bz2
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.lz
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.xz
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.zst
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.zip
Fix some compilation errors.
svn path=/branches/kill-bonobo/; revision=36561
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index f8510f9357..96784950d6 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -61,7 +61,6 @@ eshellincludedir = $(privincludedir)/shell
eshellinclude_HEADERS = \
e-shell-common.h \
e-shell-content.h \
- e-shell-migrate.h \
e-shell-module.h \
e-shell-sidebar.h \
e-shell-switcher.h \
@@ -74,7 +73,6 @@ eshellinclude_HEADERS = \
libeshell_la_SOURCES = \
$(IDL_GENERATED) \
e-shell-content.c \
- e-shell-migrate.c \
e-shell-module.c \
e-shell-sidebar.c \
e-shell-switcher.c \
@@ -102,6 +100,8 @@ evolution_SOURCES = \
e-shell.h \
e-shell-importer.c \
e-shell-importer.h \
+ e-shell-migrate.c \
+ e-shell-migrate.h \
e-shell-window-private.c \
e-shell-window-private.h \
es-event.c \