/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.am

  • Committer: edam
  • Date: 2010-07-29 21:00:36 UTC
  • Revision ID: edam@waxworlds.org-20100729210036-7me19mqc1iqo34pm
- failed to update TODO in last commit

Show diffs side-by-side

added added

removed removed

1
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
2
 
3
 
AM_CPPFLAGS = -I$(top_srcdir)/include
 
3
CPPFLAGS = -I$(top_srcdir)/include
4
4
 
5
5
check_PROGRAMS = test-main
6
 
test_main_SOURCES = test-main.cc
7
 
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc
 
6
 
 
7
test_main_SOURCES = \
 
8
        test-main.cc
 
9
test_main_LDADD = \
 
10
        ../src/libsqlite3cc.la \
 
11
        -lboost_filesystem-mt
 
12
 
 
13
TESTS = test-main