From afa8026b46abbab4b9e86cef8a28fdaaa9ecf85d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 3 Mar 2013 11:28:14 -0500 Subject: [PATCH] goa: Add missing linker flag. Needed when using GOA >= 3.7.90. --- modules/gnome-online-accounts/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gnome-online-accounts/Makefile.am b/modules/gnome-online-accounts/Makefile.am index 0960e31..7dc83e3 100644 --- a/modules/gnome-online-accounts/Makefile.am +++ b/modules/gnome-online-accounts/Makefile.am @@ -53,6 +53,7 @@ module_data_factory_goa_SOURCES = \ $(NULL) module_data_factory_goa_LIBADD = \ + $(top_builddir)/camel/libcamel-1.2.la \ $(top_builddir)/libebackend/libebackend-1.2.la \ $(top_builddir)/libedataserver/libedataserver-1.2.la \ $(E_BACKEND_LIBS) \ -- 2.7.4