diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/conduits/calendar/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 2 |
5 files changed, 13 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6c6fcc952e..efaff84dc7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2001-02-19 JP Rosevear <jpr@ximian.com> + + * conduit/Makefile.am: Remove PISOCK_LIBDIR + 2001-02-19 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-manager.c diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index a1ced3e4c6..23fc541c30 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -16,7 +16,7 @@ e_address_conduit_control_applet_LDADD = \ $(CAPPLET_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_PILOT_LIBS) \ - $(PISOCK_LIBDIR) $(PISOCK_LIBS) \ + $(PISOCK_LIBS) \ $(GNOME_CAPPLET_LIBS) \ $(BONOBO_GNOME_LIBS) \ $(GNOME_XML_LIB) \ diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ca7a887ff3..9e37386e7d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2001-02-19 JP Rosevear <jpr@ximian.com> + + * conduits/todo/Makefile.am: Remove PISOCK_LIBDIR + + * conduits/calendar/Makefile.am: ditto + 2001-02-16 Rodrigo Moya <rodrigo@ximian.com> * pcs/calbackend-db.c (cal_backend_db_destroy): close DB environment. diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am index ba432d5bdc..ab92c5921f 100644 --- a/calendar/conduits/calendar/Makefile.am +++ b/calendar/conduits/calendar/Makefile.am @@ -17,7 +17,7 @@ e_calendar_conduit_control_applet_LDADD = \ $(CAPPLET_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_PILOT_LIBS) \ - $(PISOCK_LIBDIR) $(PISOCK_LIBS) \ + $(PISOCK_LIBS) \ $(GNOME_CAPPLET_LIBS) \ $(BONOBO_GNOME_LIBS) \ $(GNOME_XML_LIB) \ diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index ce99497c4d..30d396381d 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -17,7 +17,7 @@ e_todo_conduit_control_applet_LDADD = \ $(CAPPLET_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_PILOT_LIBS) \ - $(PISOCK_LIBDIR) $(PISOCK_LIBS) \ + $(PISOCK_LIBS) \ $(GNOME_CAPPLET_LIBS) \ $(BONOBO_GNOME_LIBS) \ $(GNOME_XML_LIB) \ |