diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-22 09:36:34 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:13:33 +0800 |
commit | 83e36a49baa491609bda692e36006123a7aa079f (patch) | |
tree | f261a6b2bd10f4c86dd159bb20ae7f55c6f0d2d1 /modules/network-manager | |
parent | 84ba2f958fff42f41a23726b304fe9545db135c4 (diff) | |
download | gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.gz gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.tar.zst gsoc2013-evolution-83e36a49baa491609bda692e36006123a7aa079f.zip |
Fix build breakage.
Diffstat (limited to 'modules/network-manager')
-rw-r--r-- | modules/network-manager/Makefile.am | 1 |
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) |