~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to camel/providers/imapx/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        -I$(top_builddir)/camel \
15
15
        $(CAMEL_CFLAGS) \
16
16
        $(GIO_UNIX_CFLAGS) \
 
17
        $(EVOLUTION_CALENDAR_CFLAGS) \
17
18
        -DG_LOG_DOMAIN=\"camel-imapx\" \
18
19
        $(CODE_COVERAGE_CFLAGS) \
19
20
        $(NULL)
63
64
        $(top_builddir)/camel/libcamel-1.2.la \
64
65
        $(CAMEL_LIBS) \
65
66
        $(GIO_UNIX_LIBS) \
 
67
        $(EVOLUTION_CALENDAR_LIBS) \
66
68
        $(NULL)
67
69
 
68
70
libcamelimapx_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED) \