[Evolution-hackers] evolution master does not build



Hallo,

In latest git master, I had to update the Makefile.am in
evolution/capplet/settings to make it build:

latest changeset:
commit 04305b8fa35d87d97e48b11f93d24604cef5155d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Mar 15 12:11:26 2010 -0400


diff --git a/capplet/settings/Makefile.am b/capplet/settings/Makefile.am
index c3df948..b7d7a34 100644
--- a/capplet/settings/Makefile.am
+++ b/capplet/settings/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/shell                           \
        -I$(top_srcdir)/smime/lib                       \
        -I$(top_srcdir)/smime/gui                       \
+       -I$(top_srcdir)/e-util                          \
        $(GNOME_PLATFORM_CFLAGS)                        \
        $(EVOLUTION_MAIL_CFLAGS)                        \
        $(CERT_UI_CFLAGS)                               \
@@ -29,7 +30,7 @@ AM_CPPFLAGS = \
        -DG_LOG_DOMAIN=\"evolution-mail\"               \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" 
-       
+
 AM_CFLAGS =\
         -Wall\
         -g -O0 
@@ -64,6 +65,8 @@ libevolution_mail_settings_la_LIBADD =
\
        $(GNOME_PLATFORM_LIBS)                          \
        $(top_builddir)/widgets/misc/libemiscwidgets.la \
        $(top_builddir)/filter/libfilter.la             \
-       $(top_builddir)/mail/libevolution-mail.la       
+       $(top_builddir)/mail/libevolution-mail.la \
+       $(top_builddir)/e-util/libeutil.la      \
+       $(top_builddir)/shell/libeshell.la                      
 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]