diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-28 17:41:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:35 +0800 |
commit | 3fccaf1eab5c9e6a5db758d0f8670c965f3f5505 (patch) | |
tree | cfae5451fba0898e30d02363946a733bdcb46ff2 /addressbook/gui/widgets/Makefile.am | |
parent | 489ff03bfaec34e13b80ec4b23ef9fc07d5588f6 (diff) | |
download | gsoc2013-evolution-3fccaf1eab5c9e6a5db758d0f8670c965f3f5505.tar.gz gsoc2013-evolution-3fccaf1eab5c9e6a5db758d0f8670c965f3f5505.tar.zst gsoc2013-evolution-3fccaf1eab5c9e6a5db758d0f8670c965f3f5505.zip |
Bug #224687 - Create lists of lists
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 64777ee332..40c57650bb 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -9,6 +9,7 @@ libeabwidgets_la_CPPFLAGS = \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \ -DEVOLUTION_RULEDIR=\"$(ruledir)\" \ + -DEVOLUTION_IMAGESDIR=\"${imagesdir}\" \ -I$(top_srcdir) \ -I$(top_srcdir)/filter \ -I$(top_srcdir)/widgets \ @@ -69,6 +70,7 @@ libeabwidgets_la_LIBADD = \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/widgets/menus/libmenus.la \ $(top_builddir)/a11y/libevolution-a11y.la \ + $(top_builddir)/e-util/libeutil.la \ $(GNOME_PLATFORM_LIBS) \ $(CHAMPLAIN_LIBS) |