~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to src/bookmarks/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Gustavo Noronha Silva, Jeremy Bicha, Emilio Pozuelo Monfort, Gustavo Noronha Silva
  • Date: 2012-12-10 11:40:01 UTC
  • mfrom: (1.8.8) (105.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20121210114001-42jjyg3qw3eyz00a
Tags: 3.6.1-1
[ Jeremy Bicha ]
* New upstream unstable release
* debian/control.in:
  - Bump minimum intltool to 0.50
* debian/epiphany-browser-data.install:
  - The developers no longer provide help files to install since they were
    too outdated
* Dropped upstream patches:
  - 01_email-as-user-for-password-remembering.patch
  - 13_toolbar_size_fixes.patch
* debian/watch: Watch for unstable releases.

[ Emilio Pozuelo Monfort ]
* New upstream release.
  + debian/patches/14_pkglibdir.patch:
    - Removed, applied upstream.
  + debian/control.in:
    - Update (build-)dependencies.

[ Gustavo Noronha Silva ]
* debian/control.in:
- Build-Depend on gnome-common >= 3.6, needed for the code
  coverage feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
libephybookmarks_la_CFLAGS = \
113
113
        $(DEPENDENCIES_CFLAGS)  \
 
114
        $(CODE_COVERAGE_CFLAGS) \
114
115
        $(AM_CFLAGS)
115
116
 
116
117
libephybookmarks_la_LIBADD =
117
118
 
118
 
if ENABLE_ZEROCONF
119
 
libephybookmarks_la_CFLAGS += \
120
 
        $(AVAHI_CFLAGS)
121
 
libephybookmarks_la_LIBADD += \
122
 
        $(AVAHI_LIBS)
123
 
endif
124
 
 
125
119
CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
126
120
DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
127
121
MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)