/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: 2010-03-09 14:06:50 UTC
  • Revision ID: edam@waxworlds.org-20100309140650-oqwnsrbajh8d2p2m
- moved dependancy on boost_filesystem-mt from the library to test-main

Show diffs side-by-side

added added

removed removed

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