From 66c4549eb809900021bd738be78775f00c35a3f1 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 29 May 2008 16:14:29 +0000 Subject: ** Fixes bug #535273 2008-05-29 Frederic Crozat ** Fixes bug #535273 * Makefile.am: Link e-util and econduit libraries with gnome-pilot. svn path=/trunk/; revision=35558 --- e-util/ChangeLog | 7 +++++++ e-util/Makefile.am | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8248c3e5a7..08c3614ac6 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2008-05-29 Frederic Crozat + + ** Fixes bug #535273 + + * Makefile.am: + Link e-util and econduit libraries with gnome-pilot. + 2008-05-22 Matthew Barnes * e-plugin.c: diff --git a/e-util/Makefile.am b/e-util/Makefile.am index c104de4ddf..f22d8e6161 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -130,6 +130,7 @@ libeutil_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(ICONV_LIBS) \ $(E_UTIL_LIBS) \ + $(GNOME_PILOT_LIBS) \ $(INTLLIBS) econdinclude_HEADERS = \ @@ -151,7 +152,7 @@ libeconduit_la_SOURCES = $(pilot_compile) libeconduit_la_LDFLAGS = $(NO_UNDEFINED) -libeconduit_la_LIBADD = $(E_UTIL_LIBS) +libeconduit_la_LIBADD = $(E_UTIL_LIBS) $(GNOME_PILOT_LIBS) error_DATA = e-system.error errordir = $(privdatadir)/errors -- cgit v1.2.3