aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-05-30 00:07:05 +0800
committerFrédéric Crozat <fcrozat@src.gnome.org>2008-05-30 00:07:05 +0800
commit28e55bec6fa109278869f68c929d785cf172151b (patch)
tree36b75464e7447cd0da7e50e75f4bb2e791ea60a0
parentb38ca91b470caafbbbd10bc6583e9a1012532976 (diff)
downloadgsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.tar
gsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.tar.gz
gsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.tar.bz2
gsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.tar.lz
gsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.tar.xz
gsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.tar.zst
gsoc2013-evolution-28e55bec6fa109278869f68c929d785cf172151b.zip
** Fixes bug #535273
2008-05-29 Frederic Crozat <fcrozat@mandriva.com> ** Fixes bug #535273 * Makefile.am: Link e-util and econduit libraries with gnome-pilot. svn path=/branches/gnome-2-22/; revision=35557
-rw-r--r--e-util/ChangeLog7
-rw-r--r--e-util/Makefile.am3
2 files changed, 9 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 933f7075d2..58b10f909b 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-29 Frederic Crozat <fcrozat@mandriva.com>
+
+ ** Fixes bug #535273
+
+ * Makefile.am:
+ Link e-util and econduit libraries with gnome-pilot.
+
2008-05-19 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #530392
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 3677d841d4..d78a7e47cb 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -126,6 +126,7 @@ libeutil_la_LIBADD = \
$(WIN32_BOOTSTRAP_LIBS) \
$(ICONV_LIBS) \
$(E_UTIL_LIBS) \
+ $(GNOME_PILOT_LIBS) \
$(INTLLIBS)
econdinclude_HEADERS = \
@@ -147,7 +148,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