diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 2 |
2 files changed, 5 insertions, 1 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) \ |