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