diff options
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 401aac64a0..f60c31f70e 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets/shortcut-bar \ $(EXTRA_GNOME_CFLAGS) \ + -DMAP_DIR=\""$(datadir)/images/evolution"\" \ -DG_LOG_DOMAIN=__FILE__ noinst_LIBRARIES = \ @@ -25,6 +26,8 @@ libemiscwidgets_a_SOURCES = \ e-dropdown-button.h \ e-filter-bar.c \ e-filter-bar.h \ + e-map.c \ + e-map.h \ e-messagebox.c \ e-messagebox.h \ e-search-bar.c \ |