~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to modules/mailto-handler/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-06-24 00:27:53 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20110624002753-2vh1vjavlya7r103
Tags: 3.1.2-0ubuntu1
* New upstream release 3.1.2.
* debian/control: adjust Build-Depends to match new upstream requirements for
  the new release.
* debian/control: update evolution and evolution-dev Depends to require the
  right versions of e-d-s (>= 3.1, << 3.2), and drop libunique-3.0-dev.
* debian/control,
  debian/evolution.install: remove groupwise-features from the plugin list,
  it's now split out into a separate module.
* debian/patches/03_lpi.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        $(AM_CPPFLAGS)                                          \
5
5
        -I$(top_srcdir)                                         \
6
6
        -DG_LOG_DOMAIN=\"evolution-mailto-handler\"             \
7
 
        $(GNOME_PLATFORM_CFLAGS)
 
7
        $(GNOME_PLATFORM_CFLAGS)                                \
 
8
        $(SHELL_CFLAGS)
8
9
 
9
10
libevolution_module_mailto_handler_la_SOURCES =                 \
10
11
        evolution-mailto-handler.c
12
13
libevolution_module_mailto_handler_la_LIBADD =                  \
13
14
        $(top_builddir)/e-util/libeutil.la                      \
14
15
        $(top_builddir)/shell/libeshell.la                      \
15
 
        $(GNOME_PLATFORM_LIBS)
 
16
        $(GNOME_PLATFORM_LIBS)                                  \
 
17
        $(SHELL_LIBS)
16
18
 
17
19
libevolution_module_mailto_handler_la_LDFLAGS =                 \
18
20
        -module -avoid-version $(NO_UNDEFINED)