[evolution-patches] [PATCH] Calendar private lib built as module



Apparently, the calendar's internal libevolution_calendarprivate is
being built as a module, not a shlib. I assume this is in error, here's
a patch for that.

-- 
Hans Petter Jansson | <hpj novell com>
Evolution Developer | http://hp.cl.no/
? evolution-calendar-priv-nomodule.patch
Index: common/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/calendar/common/Makefile.am,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile.am
--- common/Makefile.am	22 Dec 2003 15:57:19 -0000	1.1
+++ common/Makefile.am	31 Jan 2005 22:51:58 -0000
@@ -25,4 +25,4 @@ libevolution_calendarprivate_la_LIBADD =
 	$(top_builddir)/e-util/libeutil.la				\
 	$(EVOLUTION_CALENDAR_LIBS)
 
-libevolution_calendarprivate_la_LDFLAGS = -avoid-version -module
+libevolution_calendarprivate_la_LDFLAGS = -avoid-version


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