[evolution-ews] Add missing CFLAGS/LIBS in the src/configuration/Makefile.am



commit 3f977361e12875ca4999d38d462b2678f98a855b
Author: Milan Crha <mcrha redhat com>
Date:   Wed Nov 6 19:09:02 2013 +0100

    Add missing CFLAGS/LIBS in the src/configuration/Makefile.am
    
    If the libical is installed in a different prefix than the one shared
    by other CFLAGS, then the test compilation breaks due to failed search
    for the <libical/ical.h> include file.

 src/configuration/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/configuration/Makefile.am b/src/configuration/Makefile.am
index bf07287..44914eb 100644
--- a/src/configuration/Makefile.am
+++ b/src/configuration/Makefile.am
@@ -9,6 +9,7 @@ module_ews_configuration_la_CPPFLAGS = \
        -I$(top_srcdir)/src \
        $(EVOLUTION_MAIL_CFLAGS) \
        $(EVOLUTION_SHELL_CFLAGS) \
+       $(LIBECAL_CFLAGS) \
        $(NULL)
 
 module_ews_configuration_la_SOURCES = \
@@ -53,6 +54,7 @@ module_ews_configuration_la_LIBADD = \
        $(top_builddir)/src/utils/libewsutils.la \
        $(EVOLUTION_MAIL_LIBS) \
        $(EVOLUTION_SHELL_LIBS) \
+       $(LIBECAL_LIBS) \
        $(NULL)
 
 module_ews_configuration_la_LDFLAGS = \


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