aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-09-24 02:33:27 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-09-24 02:33:27 +0800
commit99f8a976b9593adaef827adf1b4dabe0bf603b3f (patch)
tree0e8bbd199dcfa19faee91db133ed9e009693e8bb /calendar/conduits
parentaa26b395ae88d930b2331fd924e7ddb1d9283ecf (diff)
downloadgsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.gz
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.bz2
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.lz
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.xz
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.tar.zst
gsoc2013-evolution-99f8a976b9593adaef827adf1b4dabe0bf603b3f.zip
add libeutil to the link
2002-09-23 JP Rosevear <jpr@ximian.com> * conduits/todo/Makefile.am: add libeutil to the link * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=18172
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/calendar/Makefile.am1
-rw-r--r--calendar/conduits/todo/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index d92667bb04..3ddaf94ee7 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -17,6 +17,7 @@ libecalendar_conduit_la_SOURCES = \
libecalendar_conduit_la_LDFLAGS = -module -avoid-version
libecalendar_conduit_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/calendar/cal-client/libcal-client-static.la \
$(top_builddir)/calendar/cal-util/libcal-util-static.la \
$(top_builddir)/libversit/libversit.a \
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 036e4f153a..7c0822debc 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -17,6 +17,7 @@ libetodo_conduit_la_SOURCES = \
libetodo_conduit_la_LDFLAGS = -module -avoid-version
libetodo_conduit_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/calendar/cal-client/libcal-client-static.la \
$(top_builddir)/calendar/cal-util/libcal-util-static.la \
$(top_builddir)/libversit/libversit.a \