~ubuntu-branches/ubuntu/trusty/epiphany-browser/trusty

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-21 14:36:35 UTC
  • mfrom: (1.6.8)
  • Revision ID: package-import@ubuntu.com-20120321143635-tk4frsmplx2qhchq
Tags: 3.3.92-0ubuntu1
* New upstream release.
* debian/control.in: Bump minimum webkit to 1.7.92
* Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        -I$(top_srcdir)/lib/egg                 \
86
86
        -DDATADIR="\"$(datadir)\""              \
87
87
        -DSHARE_DIR=\"$(pkgdatadir)\"           \
 
88
        -DTOP_SRC_DATADIR=\"$(top_srcdir)/data\"          \
88
89
        -DEXTENSIONS_DIR=\""$(libexecdir)/$(EPIPHANY_API_VERSION)/extensions"\"         \
89
90
        $(AM_CPPFLAGS)
90
91
 
95
96
libephymisc_la_LIBADD = -lm
96
97
 
97
98
bin_PROGRAMS = ephy-profile-migrator
 
99
 
98
100
ephy_profile_migrator_SOURCES = \
99
 
        ephy-sqlite-connection.c \
100
 
        ephy-sqlite-connection.h \
101
 
        ephy-sqlite-statement.c \
102
 
        ephy-sqlite-statement.h \
103
 
        ephy-sqlite.h \
104
 
        history/ephy-history-service.c \
105
 
        history/ephy-history-service.h \
106
 
        history/ephy-history-service-private.h \
107
 
        history/ephy-history-service-hosts-table.c \
108
 
        history/ephy-history-service-urls-table.c \
109
 
        history/ephy-history-service-visits-table.c \
110
 
        history/ephy-history-types.c \
111
 
        history/ephy-history-types.h \
112
 
        ephy-profile-migrator.c \
113
 
        ephy-profile-utils.c \
114
 
        ephy-profile-utils.h \
115
 
        ephy-debug.c \
116
 
        ephy-debug.h \
117
 
        ephy-file-helpers.c \
118
 
        ephy-file-helpers.h \
119
 
        ephy-settings.c \
120
 
        ephy-string.c
 
101
        ephy-profile-migrator.c
121
102
 
122
103
ephy_profile_migrator_CFLAGS = \
123
104
        $(DEPENDENCIES_CFLAGS) \
125
106
        $(AM_CFLAGS)
126
107
 
127
108
ephy_profile_migrator_LDADD = \
 
109
        $(top_builddir)/lib/history/libephyhistory.la \
 
110
        libephymisc.la \
128
111
        $(DEPENDENCIES_LIBS)
129
112
 
130
113
if ENABLE_NSS