diff options
author | JP Rosevear <jpr@ximian.com> | 2001-02-20 07:35:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-20 07:35:09 +0800 |
commit | d0cb488f876f17c41e03beec37ecae3b79971294 (patch) | |
tree | 4fdad300c0c7c211963be6ec0d84a3831a8fac1d | |
parent | f875d3086c6939e6efeddb2c56ec47f4eb63036b (diff) | |
download | gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.tar gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.tar.gz gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.tar.bz2 gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.tar.lz gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.tar.xz gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.tar.zst gsoc2013-evolution-d0cb488f876f17c41e03beec37ecae3b79971294.zip |
Remove PISOCK_LIBDIR
001-02-19 JP Rosevear <jpr@ximian.com>
* conduits/todo/Makefile.am: Remove PISOCK_LIBDIR
* conduits/calendar/Makefile.am: ditto
2001-02-19 JP Rosevear <jpr@ximian.com>
* conduit/Makefile.am: Remove PISOCK_LIBDIR
svn path=/trunk/; revision=8287
-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) \ |