diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-12 21:20:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-13 20:28:59 +0800 |
commit | 2e808bb559b3f294b8b06b67a2c06193b5be18ff (patch) | |
tree | dbbc12b435959e5e4a4d43f508954fe24543c5c8 /maint/Makefile.am | |
parent | e7247d6d60336861ed5c0ba05dd64e29f728349c (diff) | |
download | gsoc2013-evolution-2e808bb559b3f294b8b06b67a2c06193b5be18ff.tar.gz gsoc2013-evolution-2e808bb559b3f294b8b06b67a2c06193b5be18ff.tar.zst gsoc2013-evolution-2e808bb559b3f294b8b06b67a2c06193b5be18ff.zip |
Link Glade catalog library to libedataserverui.
Diffstat (limited to 'maint/Makefile.am')
-rw-r--r-- | maint/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maint/Makefile.am b/maint/Makefile.am index 950be7cadd..c9a1a54642 100644 --- a/maint/Makefile.am +++ b/maint/Makefile.am @@ -15,6 +15,7 @@ libgladeevolution_la_LIBADD = \ $(top_srcdir)/mail/libevolution-mail.la \ $(top_srcdir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(EVOLUTION_DATA_SERVER_LIBS) \ $(EVOLUTION_CALENDAR_LIBS) \ $(EVOLUTION_MAIL_LIBS) \ $(GNOME_PLATFORM_LIBS) |