Make sure we link to sqlite3

This commit is contained in:
David Reid
2010-10-12 10:53:22 -07:00
parent 766f8483c4
commit ff4e3315ba
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ ebin
priv priv
erl_crash.dump erl_crash.dump
*.o *.o
.eunit

View File

@@ -1,3 +1,4 @@
% -*- mode: erlang -*- % -*- mode: erlang -*-
{port_envs, [{"DRV_LDFLAGS", "$DRV_LDFLAGS -lsqlite3"}]}.
{cover_enabled, true}. {cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.