/sqlite3cc

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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: edam
  • Date: 2012-01-23 17:37:17 UTC
  • Revision ID: edam@waxworlds.org-20120123173717-yj4zb1nv7d39va8d
Tags: 0.1
prep for release

Show diffs side-by-side

added added

removed removed

15
15
        manipulator.cc \
16
16
        util.cc
17
17
libsqlite3cc_la_LIBADD = \
18
 
        -lboost_thread \
 
18
        -lboost_thread-mt \
19
19
        -lsqlite3
20
20
libsqlite3cc_la_LDFLAGS = -version-info @LIBSQLITE3CC_INTERFACE@