[evolution-ews] tests: Add LIBECAL_{LIBS,CFLAGS} dependency



commit 878590c4da098cd335c786f87fa0b910dcd7f917
Author: Fabiano Fidêncio <fidencio redhat com>
Date:   Tue Jan 21 12:53:48 2014 +0100

    tests: Add LIBECAL_{LIBS,CFLAGS} dependency

 tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f5359db..afbe945 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,6 +10,7 @@ AM_CPPFLAGS = \
        -DG_LOG_DOMAIN=\"libeews-tests\" \
        $(UHTTPMOCK_CFLAGS) \
        $(LIBEDATASERVER_CFLAGS) \
+       $(LIBECAL_CFLAGS) \
        $(NULL)
 
 noinst_PROGRAMS = $(TEST_PROGS)
@@ -19,6 +20,7 @@ LIBS = \
        $(top_builddir)/src/utils/libewsutils.la \
        $(UHTTPMOCK_LIBS) \
        $(LIBEDATASERVER_LIBS) \
+       $(LIBECAL_LIBS) \
        $(NULL)
 
 TEST_SRCS = \


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