~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-22 13:37:20 UTC
  • mfrom: (1.1.20 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090622133720-rtdazsiz2lx5q8l7
Tags: 1.9.9-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure
    o debian/gnumeric-plugins-extra.install: don't install the psiconv
      plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        $(HILDON_LIBS)
57
57
 
58
58
libspreadsheet_la_SOURCES =                     \
 
59
        go-val.h                        \
 
60
        go-val.c                        \
 
61
        \
 
62
        goffice-data.h                  \
 
63
        go-data-cache-source.c          \
 
64
        go-data-cache-source.h          \
 
65
        go-data-cache-impl.h            \
 
66
        go-data-cache.h                 \
 
67
        go-data-cache.c                 \
 
68
        go-data-cache-field-impl.h      \
 
69
        go-data-cache-field.h           \
 
70
        go-data-cache-field.c           \
 
71
        go-data-slicer-impl.h           \
 
72
        go-data-slicer.h                \
 
73
        go-data-slicer.c                \
 
74
        go-data-slicer-field-impl.h     \
 
75
        go-data-slicer-field.h          \
 
76
        go-data-slicer-field.c          \
 
77
        \
 
78
        gnm-data-cache-source.h         \
 
79
        gnm-data-cache-source.c         \
 
80
        gnm-sheet-slicer.h              \
 
81
        gnm-sheet-slicer.c              \
 
82
        gnm-sheet-slicer-combo.h        \
 
83
        gnm-sheet-slicer-combo.c        \
 
84
        \
 
85
        gnm-cell-combo.h                \
 
86
        gnm-cell-combo.c                \
 
87
        \
59
88
        gnm-marshalers.c                        \
60
89
        application.c                           \
61
90
        auto-format.c                           \
80
109
        format-template.c                       \
81
110
        func.c                                  \
82
111
        func-builtin.c                          \
 
112
        gnm-commands-slicer.c                   \
83
113
        gnm-datetime.c                          \
84
114
        gnm-format.c                            \
85
115
        gnm-graph-window.c                      \
125
155
        sheet-merge.c                           \
126
156
        sheet-autofill.c                        \
127
157
        sheet-filter.c                          \
 
158
        sheet-utils.c                           \
128
159
        sheet-object.c                          \
129
160
        sheet-object-cell-comment.c             \
130
161
        gnm-so-filled.c                         \
136
167
        sheet-style.c                           \
137
168
        gnm-plugin.c                            \
138
169
        sort.c                                  \
139
 
        str.c                                   \
140
170
        stf.c                                   \
141
171
        stf-export.c                            \
142
172
        stf-parse.c                             \
192
222
        format-template.h                       \
193
223
        func.h                                  \
194
224
        func-builtin.h                          \
 
225
        gnm-command-impl.h                      \
 
226
        gnm-commands-slicer.h                   \
195
227
        gnm-datetime.h                          \
196
228
        gnm-format.h                            \
197
229
        gnm-graph-window.h                      \
243
275
        sheet-private.h                         \
244
276
        sheet-autofill.h                        \
245
277
        sheet-filter.h                          \
 
278
        sheet-utils.h                           \
246
279
        sheet-filter-combo.h                    \
247
280
        sheet-object.h                          \
248
281
        sheet-object-impl.h                     \
257
290
        gnm-plugin.h                            \
258
291
        solver.h                                \
259
292
        sort.h                                  \
260
 
        str.h                                   \
261
293
        stf.h                                   \
262
294
        stf-export.h                            \
263
295
        stf-parse.h                             \