/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
5 by edam
- updated README
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
6 by edam
- fixed .am files so the library gets built!
3
AM_CPPFLAGS = -I$(top_srcdir)/include
4
5 by edam
- updated README
5
check_PROGRAMS = test-main
6
test_main_SOURCES = test-main.cc
6 by edam
- fixed .am files so the library gets built!
7
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc