From 2ccb7ce6ed30a563577200fb5da17fd6ea585dbd Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 3 Dec 2004 03:40:46 +0000 Subject: add libeabutil, since we use e-destination. 2004-11-15 Not Zed * gui/dialogs/Makefile.am (libcal_dialogs_la_LIBADD): add libeabutil, since we use e-destination. svn path=/trunk/; revision=28049 --- calendar/gui/dialogs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 1247ce0a44..c34b49d097 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -30,6 +30,9 @@ INCLUDES = \ noinst_LTLIBRARIES = libcal-dialogs.la +libcal_dialogs_la_LIBADD = \ + $(top_builddir)/addressbook/util/libeabutil.la + libcal_dialogs_la_SOURCES = \ $(IDL_GENERATED) \ alarm-dialog.c \ -- cgit