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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        e-weather-source-ccf.c          \
27
27
        e-weather-source-ccf.h
28
28
 
29
 
libecalbackendweather_la_LIBADD =       \
30
 
        $(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la       \
 
29
libecalbackendweather_la_LIBADD =                                               \
 
30
        $(top_builddir)/calendar/libecal/libecal-1.2.la                         \
 
31
        $(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la               \
 
32
        $(top_builddir)/calendar/libical/src/libical/libical-evolution.la       \
 
33
        $(top_builddir)/libedataserver/libedataserver-1.2.la                    \
 
34
        $(EVOLUTION_CALENDAR_LIBS)                                              \
31
35
        $(SOUP_LIBS)
32
36
 
33
37
libecalbackendweather_la_LDFLAGS =      \
34
 
        -module -avoid-version
 
38
        -module -avoid-version $(NO_UNDEFINED)
35
39
 
36
40
weatherdata_in_files = Locations.xml.in
37
41
weatherdata_DATA = $(weatherdata_in_files:.xml.in=.xml)