/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 13:46:27 UTC
  • Revision ID: edam@waxworlds.org-20120123134627-i6hi9aftfvwgp8vw
updated autotols stuff

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