~ubuntu-branches/ubuntu/quantal/epiphany-extensions/quantal

« back to all changes in this revision

Viewing changes to extensions/smart-bookmarks/mozilla/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 19:04:24 UTC
  • mfrom: (1.1.43 upstream) (2.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110414190424-df2o8wz2pei97hbd
Tags: 3.0.0-2
debian/control.in: bump build-dep on epiphany.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_LTLIBRARIES = libsbmozilla.la
2
 
 
3
 
libsbmozilla_la_SOURCES =       \
4
 
        mozilla-selection.cpp   \
5
 
        mozilla-selection.h
6
 
 
7
 
mozilla_include_subdirs = \
8
 
        .               \
9
 
        content         \
10
 
        docshell        \
11
 
        dom             \
12
 
        gtkembedmoz     \
13
 
        webbrwsr        \
14
 
        widget          \
15
 
        xpcom
16
 
 
17
 
libsbmozilla_la_CPPFLAGS = \
18
 
        -I..                    \
19
 
        -I$(top_srcdir)/include \
20
 
        $(addprefix -I$(MOZILLA_INCLUDE_ROOT)/,$(mozilla_include_subdirs))      \
21
 
        -DALLOW_PRIVATE_API             \
22
 
        -DSHARE_DIR=\"$(pkgdatadir)\"   \
23
 
        $(AM_CPPFLAGS)
24
 
 
25
 
libsbmozilla_la_CXXFLAGS = \
26
 
        $(MOZILLA_COMPONENT_CFLAGS)     \
27
 
        $(EPIPHANY_DEPENDENCY_CFLAGS)   \
28
 
        $(AM_CXXFLAGS)