forked from Lainports/freebsd-ports
* Use OPTIONS * Make LDAP the default and PILOT non-default Release notes for 1.4.6 can be found at: http://developer.ximian.com/projects/evolution/release_notes/1.4.6.html
12 lines
297 B
Text
12 lines
297 B
Text
--- tools/Makefile.in.orig Fri Mar 12 02:59:53 2004
|
|
+++ tools/Makefile.in Fri Mar 12 03:00:37 2004
|
|
@@ -267,7 +267,8 @@
|
|
|
|
|
|
killev_LDADD = \
|
|
- $(top_builddir)/e-util/libeutil.la
|
|
+ $(top_builddir)/e-util/libeutil.la \
|
|
+ $(E_UTIL_LIBS)
|
|
|
|
|
|
CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES)
|