From 9487af166385eb7b91cc53cbcb31c3bbddcfdf08 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 18 Jun 2007 05:38:28 +0000 Subject: ** Fix for bug #448223 from Gilles Dartiguelongue svn path=/trunk/; revision=33704 --- addressbook/ChangeLog | 6 ++++++ addressbook/conduit/Makefile.am | 7 ++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9d9d0bd9d7..4a9891d8d4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2007-06-18 Srinivasa Ragavan + + ** Fix for bug #445793 from Gilles Dartiguelongue + + * conduit/Makefile.am: + 2007-06-18 Srinivasa Ragavan ** Fix for bug #448223 from Gilles Dartiguelongue diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 69cbeaf14d..adf09eb2f4 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -1,8 +1,4 @@ INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/addressbook \ - -I$(top_srcdir)/addressbook/backend \ - -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/e-util \ -I$(top_builddir)/e-util \ -I$(top_srcdir)/widgets/misc \ @@ -15,10 +11,11 @@ privconduit_LTLIBRARIES = libeaddress_conduit.la libeaddress_conduit_la_SOURCES = \ address-conduit.c -libeaddress_conduit_la_LDFLAGS = -module -avoid-version +libeaddress_conduit_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) libeaddress_conduit_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libeconduit.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) -- cgit