Rebar good autoconf bad
This commit is contained in:
10
src/sqlite3.app.src
Normal file
10
src/sqlite3.app.src
Normal file
@@ -0,0 +1,10 @@
|
||||
{application, sqlite3,
|
||||
[
|
||||
{description, "SQLite3 Interface"},
|
||||
{vsn, "1"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib, crypto, inets, lhttpc]},
|
||||
{mod, {sqlite3, []}},
|
||||
{env, []}
|
||||
]}.
|
||||
Reference in New Issue
Block a user