From b114a7f19bfe7dd1fe9cdd518294ecad4adca6f2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 5 Mar 2013 10:48:46 -0500 Subject: [PATCH] goa: Add missing linker flag (for real). Put the libcamel-1.2 line in the wrong spot. --- modules/gnome-online-accounts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gnome-online-accounts/Makefile.am b/modules/gnome-online-accounts/Makefile.am index 7dc83e3..4be1ffa 100644 --- a/modules/gnome-online-accounts/Makefile.am +++ b/modules/gnome-online-accounts/Makefile.am @@ -26,6 +26,7 @@ module_gnome_online_accounts_la_SOURCES = \ $(NULL) module_gnome_online_accounts_la_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) \ @@ -53,7 +54,6 @@ 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