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

« back to all changes in this revision

Viewing changes to calendar/backends/caldav/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-18 19:32:20 UTC
  • mfrom: (1.1.98) (1.6.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120518193220-v4re47nsbqy2ko3t
Tags: 3.4.2-1
* New upstream version.
* Add list-missing target.
* Install gsettings schemas and gconf conversion scripts.
* Include buildflags.mk, and adjust rules to use all hardening flags.
* Move all gtk-doc API documentation to a new evolution-data-server-doc
  binary, and let it break/replace obsolete libedataserverui1.2-dev
  (closes: #672253).
* Build-Depend on libglib2.0-doc and libdbus-glib-1-doc to ensure
  proper cross-reference links in generated gtk-doc API documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
libecalbackendcaldav_la_SOURCES = \
13
13
        e-cal-backend-caldav-factory.c \
14
 
        e-cal-backend-caldav-factory.h \
15
14
        e-cal-backend-caldav.c \
16
15
        e-cal-backend-caldav.h
17
16