~stan/ubuntu/natty/evolution-rss/688776

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-08-26 16:14:24 UTC
  • mfrom: (1.1.7 upstream)
  • mto: (3.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090826161424-7t1iq1rq3lo7y15d
Tags: 0.1.4-1
* Remove useless .la file.
* New upstream release.
* Update build-dependencies.
* Enable webkit build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        $(RENDER_CFLAGS)                                        \
6
6
        $(DBUS_CFLAGS)                                          \
7
7
        $(LIBSOUP_GNOME_CFLAGS)                                 \
 
8
        $(GTKHTML_EDITOR_CFLAGS)                                \
8
9
        -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\""              \
9
10
        -DLOCALEDIR="\"$(LOCALEDIR)\""                          \
10
11
        -DEVOLUTION_VERSION_STRING=\"$(EVOLUTION_EXEC_VERSION)\"\
11
12
        -DEVOLUTION_VERSION=$(evolution_exec_int)               \
 
13
        -DDATASERVER_VERSION=$(DATASERVER_VERSION)              \
12
14
        -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"                  \
13
15
        -DEVOLUTION_ICONDIR=\""$(ICON_DIR)"\"                   \
14
16
        -DGTK_VERSION="$(GTK_VERSION)"                          \
87
89
endif
88
90
 
89
91
liborg_gnome_evolution_rss_la_SOURCES = $(SOURCES)
90
 
liborg_gnome_evolution_rss_la_LIBADD = $(WEBKIT_LIBS) $(GECKO_LIBS) $(LIBSOUP_LIBS) $(NO_UNDEFINED_LIBS)
 
92
liborg_gnome_evolution_rss_la_LIBADD = $(WEBKIT_LIBS) $(GECKO_LIBS) $(LIBSOUP_LIBS) $(GTKHTML_EDITOR_LIBS) $(NO_UNDEFINED_LIBS)
91
93
liborg_gnome_evolution_rss_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
92
94
#$(GECKO_RPATH)
93
95