File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ time timemodule.c
227
227
# _dbm _dbmmodule.c -lgdbm_compat -DUSE_GDBM_COMPAT
228
228
# _gdbm _gdbmmodule.c -lgdbm
229
229
# _lzma _lzmamodule.c -llzma
230
- # _sqlite3 _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c
231
230
# _uuid _uuidmodule.c -luuid
232
231
# zlib zlibmodule.c -lz
233
232
Original file line number Diff line number Diff line change 53
53
54
54
# Linux and FreeBSD, needs sys/soundcard.h or linux/soundcard.h
55
55
@MODULE_OSSAUDIODEV_TRUE@ossaudiodev ossaudiodev.c
56
+
57
+
58
+ # ###########################################################################
59
+ # Modules with third party dependencies
60
+ #
61
+ @MODULE__SQLITE3_TRUE@_sqlite3 _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c
You can’t perform that action at this time.
0 commit comments