/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
1
2
3
4
5
6
7
# Makefile.am -- process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(top_srcdir)/include

check_PROGRAMS = test-main
test_main_SOURCES = test-main.cc
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc