~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to src/gecko/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-11-25 21:26:48 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101125212648-mc64wvs0nw3xp7bx
Tags: 3.1.4-1
[ Jonathan Marsden ]
* New upstream release 3.1.4
* Removed debian/patch/* since the one patch was included upstream.
* Bumped Standards-Version to 3.9.1 (no changes required).
* debian/README.Debian: Corrected spelling and reworded for clarity.
* debian/control: Add Jonathan Marsden back into Uploaders.

[ Dmitrijs Ledkovs ]
* Added local options dpkg-source to unapply patches and fail on
  upstream source changes (ignoring false positives).
* Added bzr-builddeb hook to generate source-format before build. If you
  are not using bzr-builddeb, you must run "./debian/rules clean" before
  building.
* patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if HAVE_GECKO
2
 
noinst_LIBRARIES = libgecko.a
3
 
 
4
 
libgecko_a_SOURCES =  \
5
 
        Yelper.cpp              Yelper.h                \
6
 
        gecko-html.cpp          gecko-html.h            \
7
 
        gecko-print.c           gecko-print.h           \
8
 
        gecko-services.h        gecko-services.cpp      \
9
 
        gecko-utils.cpp         gecko-utils.h
10
 
 
11
 
libgecko_a_CXXFLAGS = \
12
 
        -I$(top_srcdir)/src \
13
 
        $(GECKO_CFLAGS) \
14
 
        $(XIPHOS_CFLAGS) \
15
 
        $(WARN_CXXFLAGS)
16
 
 
17
 
libgecko_a_CFLAGS = \
18
 
        -I$(top_srcdir)/src \
19
 
        $(GECKO_CFLAGS) \
20
 
        $(XIPHOS_CFLAGS) \
21
 
        $(WARN_CFLAGS)
22
 
 
23
 
libgecko_a_CPPFLAGS = $(DISABLE_DEPRECATED) \
24
 
        -UGTK_DISABLE_SINGLE_INCLUDES \
25
 
        -UGTK_DISABLE_DEPRECATED
26
 
 
27
 
endif
28
 
 
29
 
EXTRA_DIST = \
30
 
        README \
31
 
        wscript_build