@@ -187,92 +187,92 @@ if test "$MONGODB" != "no"; then
187
187
";
188
188
189
189
YAJL_SOURCES="\
190
- yajl_version.c \
191
- yajl.c \
192
- yajl_encode.c \
193
- yajl_lex.c \
194
- yajl_parser.c \
195
- yajl_buf.c \
196
- yajl_tree.c \
197
- yajl_alloc.c \
198
- yajl_gen.c
190
+ yajl_version.c \
191
+ yajl.c \
192
+ yajl_encode.c \
193
+ yajl_lex.c \
194
+ yajl_parser.c \
195
+ yajl_buf.c \
196
+ yajl_tree.c \
197
+ yajl_alloc.c \
198
+ yajl_gen.c
199
199
";
200
200
201
201
BSON_SOURCES="\
202
- bcon.c \
203
- bson.c \
204
- bson-atomic.c \
205
- bson-clock.c \
206
- bson-context.c \
207
- bson-error.c \
208
- bson-iter.c \
209
- bson-iso8601.c \
210
- bson-json.c \
211
- bson-keys.c \
212
- bson-md5.c \
213
- bson-memory.c \
214
- bson-oid.c \
215
- bson-reader.c \
216
- bson-string.c \
217
- bson-timegm.c \
218
- bson-utf8.c \
219
- bson-value.c \
220
- bson-version.c \
221
- bson-writer.c
202
+ bcon.c \
203
+ bson.c \
204
+ bson-atomic.c \
205
+ bson-clock.c \
206
+ bson-context.c \
207
+ bson-error.c \
208
+ bson-iter.c \
209
+ bson-iso8601.c \
210
+ bson-json.c \
211
+ bson-keys.c \
212
+ bson-md5.c \
213
+ bson-memory.c \
214
+ bson-oid.c \
215
+ bson-reader.c \
216
+ bson-string.c \
217
+ bson-timegm.c \
218
+ bson-utf8.c \
219
+ bson-value.c \
220
+ bson-version.c \
221
+ bson-writer.c
222
222
";
223
223
MONGOC_SOURCES="\
224
- mongoc-array.c \
225
- mongoc-async.c \
226
- mongoc-async-cmd.c \
227
- mongoc-buffer.c \
228
- mongoc-bulk-operation.c \
229
- mongoc-b64.c \
230
- mongoc-client.c \
231
- mongoc-client-pool.c \
232
- mongoc-cluster.c \
233
- mongoc-collection.c \
234
- mongoc-counters.c \
235
- mongoc-cursor.c \
236
- mongoc-cursor-array.c \
237
- mongoc-cursor-transform.c \
238
- mongoc-cursor-cursorid.c \
239
- mongoc-database.c \
240
- mongoc-init.c \
241
- mongoc-gridfs.c \
242
- mongoc-gridfs-file.c \
243
- mongoc-gridfs-file-page.c \
244
- mongoc-gridfs-file-list.c \
245
- mongoc-index.c \
246
- mongoc-list.c \
247
- mongoc-log.c \
248
- mongoc-matcher-op.c \
249
- mongoc-matcher.c \
250
- mongoc-opcode.c \
251
- mongoc-queue.c \
252
- mongoc-read-prefs.c \
253
- mongoc-rpc.c \
254
- mongoc-set.c \
255
- mongoc-server-description.c \
256
- mongoc-socket.c \
257
- mongoc-stream.c \
258
- mongoc-stream-buffered.c \
259
- mongoc-stream-file.c \
260
- mongoc-stream-gridfs.c \
261
- mongoc-stream-socket.c \
262
- mongoc-topology.c \
263
- mongoc-topology-scanner.c \
264
- mongoc-topology-description.c \
265
- mongoc-uri.c \
266
- mongoc-util.c \
267
- mongoc-write-command.c \
268
- mongoc-write-concern.c
224
+ mongoc-array.c \
225
+ mongoc-async.c \
226
+ mongoc-async-cmd.c \
227
+ mongoc-buffer.c \
228
+ mongoc-bulk-operation.c \
229
+ mongoc-b64.c \
230
+ mongoc-client.c \
231
+ mongoc-client-pool.c \
232
+ mongoc-cluster.c \
233
+ mongoc-collection.c \
234
+ mongoc-counters.c \
235
+ mongoc-cursor.c \
236
+ mongoc-cursor-array.c \
237
+ mongoc-cursor-transform.c \
238
+ mongoc-cursor-cursorid.c \
239
+ mongoc-database.c \
240
+ mongoc-init.c \
241
+ mongoc-gridfs.c \
242
+ mongoc-gridfs-file.c \
243
+ mongoc-gridfs-file-page.c \
244
+ mongoc-gridfs-file-list.c \
245
+ mongoc-index.c \
246
+ mongoc-list.c \
247
+ mongoc-log.c \
248
+ mongoc-matcher-op.c \
249
+ mongoc-matcher.c \
250
+ mongoc-opcode.c \
251
+ mongoc-queue.c \
252
+ mongoc-read-prefs.c \
253
+ mongoc-rpc.c \
254
+ mongoc-set.c \
255
+ mongoc-server-description.c \
256
+ mongoc-socket.c \
257
+ mongoc-stream.c \
258
+ mongoc-stream-buffered.c \
259
+ mongoc-stream-file.c \
260
+ mongoc-stream-gridfs.c \
261
+ mongoc-stream-socket.c \
262
+ mongoc-topology.c \
263
+ mongoc-topology-scanner.c \
264
+ mongoc-topology-description.c \
265
+ mongoc-uri.c \
266
+ mongoc-util.c \
267
+ mongoc-write-command.c \
268
+ mongoc-write-concern.c
269
269
";
270
270
271
271
MONGOC_SOURCES_SSL="\
272
- mongoc-rand.c \
273
- mongoc-scram.c \
274
- mongoc-stream-tls.c \
275
- mongoc-ssl.c
272
+ mongoc-rand.c \
273
+ mongoc-scram.c \
274
+ mongoc-stream-tls.c \
275
+ mongoc-ssl.c
276
276
";
277
277
278
278
MONGOC_SOURCES_SASL=mongoc-sasl.c
0 commit comments