/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: Tim Marston
  • Date: 2014-01-03 12:45:17 UTC
  • Revision ID: tim@ed.am-20140103124517-04ybfipvkk518l0c
fixed linking against boost threading library

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-mt \
 
18
        -lboost_thread \
19
19
        -lsqlite3
20
20
libsqlite3cc_la_LDFLAGS = -version-info @LIBSQLITE3CC_INTERFACE@