diff options
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 b37494f29b..c105e944c9 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = glade +SUBDIRS = glade importer INCLUDES = \ -I$(top_srcdir)/widgets \ @@ -131,12 +131,15 @@ evolution_SOURCES = \ evolution_LDADD = \ libeshell.a \ + importer/libimporter.a \ + importer/libevolution-importer.la \ $(top_builddir)/widgets/shortcut-bar/libshortcut-bar.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(EXTRA_GNOME_LIBS) \ $(UNICODE_LIBS) \ $(GNOME_PRINT_LIBS) \ + $(GTKHTML_LIBS) \ $(BONOBO_GNOME_LIBS) oafdir = $(datadir)/oaf |