/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET := sqlite3cc
MKSHAREDLIB := 1
SOURCES := \
	connection.cc \
	exception.cc \
	basic_statement.cc \
	command.cc \
	query.cc \
	row.cc \
	transaction.cc \
	manipulator.cc \
	util.cc
LIBRARIES := sqlite3
CPPFLAGS := -I../include 
include ~/src/edam.mk