[evolution-data-server] goa: Add missing linker flag (for real).



commit b114a7f19bfe7dd1fe9cdd518294ecad4adca6f2
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Mar 5 10:48:46 2013 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]