[evolution-patches] oops, one more darwin patch (addressbook)



I thought I'd submitted this, but I guess I didn't. libeselectnames is
pretending to be a standalone library, but it actually can only work as
part of libevolution-addressbook (which it's already being linked in
to).

(Ettore, you'll have to approve this since Chris is still on vacation.)

-- Dan


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1435.2.9
diff -u -r1.1435.2.9 ChangeLog
--- ChangeLog	4 Jan 1997 06:08:00 -0000	1.1435.2.9
+++ ChangeLog	11 Sep 2003 19:08:35 -0000
@@ -1,3 +1,10 @@
+2003-09-05  Dan Winship  <danw ximian com>
+
+	* gui/component/select-names/Makefile.am: Make libeselectnames.la
+	be noinst: it depends on a symbol in libevolution-addressbook
+	(addressbook_load_uri), so it's not usable as a standalone library
+	anyway.
+
 2003-09-04  Dan Winship  <danw ximian com>
 
 	* conduit/Makefile.am (libeaddress_conduit_la_LIBADD):
Index: gui/component/select-names/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/select-names/Makefile.am,v
retrieving revision 1.42
diff -u -r1.42 Makefile.am
--- gui/component/select-names/Makefile.am	11 Jun 2003 04:04:19 -0000	1.42
+++ gui/component/select-names/Makefile.am	11 Sep 2003 19:08:35 -0000
@@ -49,7 +49,7 @@
 	-DLIBGNOMEUI_DISABLE_DEPRECATED			\
 	$(EVOLUTION_ADDRESSBOOK_CFLAGS)
 
-privlib_LTLIBRARIES = libeselectnames.la
+noinst_LTLIBRARIES = libeselectnames.la
 
 libeselectnames_la_SOURCES = 			\
 	$(IDL_GENERATED)			\


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