evolution r35557 - branches/gnome-2-22/e-util



Author: fcrozat
Date: Thu May 29 16:07:05 2008
New Revision: 35557
URL: http://svn.gnome.org/viewvc/evolution?rev=35557&view=rev

Log:
2008-05-29  Frederic Crozat  <fcrozat mandriva com>

        ** Fixes bug #535273

        * Makefile.am:
        Link e-util and econduit libraries with gnome-pilot.



Modified:
   branches/gnome-2-22/e-util/ChangeLog
   branches/gnome-2-22/e-util/Makefile.am

Modified: branches/gnome-2-22/e-util/Makefile.am
==============================================================================
--- branches/gnome-2-22/e-util/Makefile.am	(original)
+++ branches/gnome-2-22/e-util/Makefile.am	Thu May 29 16:07:05 2008
@@ -126,6 +126,7 @@
 	$(WIN32_BOOTSTRAP_LIBS)	\
 	$(ICONV_LIBS)		\
 	$(E_UTIL_LIBS)		\
+	$(GNOME_PILOT_LIBS)	\
 	$(INTLLIBS)
 
 econdinclude_HEADERS =		\
@@ -147,7 +148,7 @@
 
 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



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