/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: edam
  • Date: 2012-01-23 14:34:45 UTC
  • Revision ID: edam@waxworlds.org-20120123143445-s2v4v90nycmfm6bv
fixed up tests

Show diffs side-by-side

added added

removed removed

197
197
 
198
198
test_main_LDADD = \
199
199
        ../src/libsqlite3cc.la \
200
 
        -lboost_filesystem-mt
 
200
        -lboost_filesystem-mt \
 
201
        -lboost_system-mt
201
202
 
202
203
all: all-am
203
204