aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-22 09:36:34 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-07 19:13:33 +0800
commit83e36a49baa491609bda692e36006123a7aa079f (patch)
treef261a6b2bd10f4c86dd159bb20ae7f55c6f0d2d1 /modules
parent84ba2f958fff42f41a23726b304fe9545db135c4 (diff)
downloadgsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar
gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.gz
gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.bz2
gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.lz
gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.xz
gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.zst
gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.zip
Fix build breakage.
Diffstat (limited to 'modules')
-rw-r--r--modules/network-manager/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/network-manager/Makefile.am b/modules/network-manager/Makefile.am
index 24cd80a246..90579dae38 100644
--- a/modules/network-manager/Makefile.am
+++ b/modules/network-manager/Makefile.am
@@ -12,6 +12,7 @@ libevolution_module_network_manager_la_SOURCES = \
evolution-network-manager.c
libevolution_module_network_manager_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/shell/libeshell.la \
$(GNOME_PLATFORM_LIBS) \
$(DBUS_GLIB_LIBS)