diff options
author | Seth Alves <alves@src.gnome.org> | 2000-07-26 03:20:32 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-07-26 03:20:32 +0800 |
commit | be392a44144c4c4a1083d04c6ad948d4d63eb28e (patch) | |
tree | a8bdbd0b41851da4b9844f00ecb53dbcf15a0345 /addressbook/conduit/Makefile.am | |
parent | 43ef719142fe37dc8aa8c9ae32d8f44002036aaf (diff) | |
download | gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.gz gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.bz2 gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.lz gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.xz gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.zst gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.zip |
build static versions of some util libraries for the conduit to link with
svn path=/trunk/; revision=4320
Diffstat (limited to 'addressbook/conduit/Makefile.am')
-rw-r--r-- | addressbook/conduit/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 01c37f4a30..056045001f 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -42,8 +42,9 @@ libaddress_conduit_la_LDFLAGS = \ -rpath $(libdir) libaddress_conduit_la_LIBADD = \ - $(top_builddir)/calendar/cal-client/libcal-client-static.la \ - $(top_builddir)/calendar/cal-util/libcal-util-static.la \ + $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ + $(top_builddir)/e-util/libeutil-static.la \ + $(top_builddir)/addressbook/ename/libename-static.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/libical/src/libical/libical-static.la \ $(BONOBO_VFS_GNOME_LIBS) \ |