/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:27:08 UTC
  • Revision ID: edam@waxworlds.org-20120123142708-w12277ptwtlspa6f
updated email and web addresses

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 \
201
 
        -lboost_system-mt
 
200
        -lboost_filesystem-mt
202
201
 
203
202
all: all-am
204
203