diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-28 01:06:00 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-28 01:06:00 +0800 |
commit | d0f5b812ef1e739e98b50e6a16001d4f28c270f4 (patch) | |
tree | 264a92e70f2b6188455cf24fd41d1cf99d9c7e70 /addressbook/conduit | |
parent | a58cd1586cbdd63b5b7d929fd85babbe375b6d9f (diff) | |
download | gsoc2013-evolution-d0f5b812ef1e739e98b50e6a16001d4f28c270f4.tar.gz gsoc2013-evolution-d0f5b812ef1e739e98b50e6a16001d4f28c270f4.tar.zst gsoc2013-evolution-d0f5b812ef1e739e98b50e6a16001d4f28c270f4.zip |
Tidy ldadds
2001-07-27 JP Rosevear <jpr@ximian.com>
* conduit/Makefile.am: Tidy ldadds
svn path=/trunk/; revision=11449
Diffstat (limited to 'addressbook/conduit')
-rw-r--r-- | addressbook/conduit/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index d95d858fd8..4c564a069d 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -4,9 +4,9 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend \ -I$(top_srcdir)/e-util \ -I$(top_builddir)/e-util \ - $(BONOBO_GNOME_CFLAGS) \ $(PISOCK_CFLAGS) \ - $(GNOME_PILOT_CFLAGS) + $(GNOME_PILOT_CFLAGS) \ + $(BONOBO_GNOME_CFLAGS) # Address Conduit e_address_conduitsdir=$(libdir)/gnome-pilot/conduits @@ -24,10 +24,10 @@ libeaddress_conduit_la_LIBADD = \ $(top_builddir)/e-util/ename/libename-static.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeconduit-static.la \ - $(GNOME_PILOT_LIBS) \ $(PISOCK_LIBS) \ + $(GNOME_PILOT_LIBS) \ + $(BONOBO_CONF_LIBS) \ $(BONOBO_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_LIBS) |