diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 13:10:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 13:10:42 +0200 |
commit | 18e0b8065af3b660a73af93dabb4767cbc64ec35 (patch) | |
tree | 54bb7540f6fb1db7b2ca9afe83f0690f8daffaca /sqlite | |
parent | 27a6fdf4b5295281853254cfdde8730128038dd2 (diff) |
Autotools support for SQLite
Diffstat (limited to 'sqlite')
-rw-r--r-- | sqlite/sqlite-vc10.sln (renamed from sqlite/mysql-vc10.sln) | 0 | ||||
-rw-r--r-- | sqlite/sqlite-vc9.sln (renamed from sqlite/mysql-vc9.sln) | 0 | ||||
-rw-r--r-- | sqlite/template/Makefile.am | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/sqlite/mysql-vc10.sln b/sqlite/sqlite-vc10.sln index 9a5dc32..9a5dc32 100644 --- a/sqlite/mysql-vc10.sln +++ b/sqlite/sqlite-vc10.sln diff --git a/sqlite/mysql-vc9.sln b/sqlite/sqlite-vc9.sln index 2ec9432..2ec9432 100644 --- a/sqlite/mysql-vc9.sln +++ b/sqlite/sqlite-vc9.sln diff --git a/sqlite/template/Makefile.am b/sqlite/template/Makefile.am index 5591b10..ba169b3 100644 --- a/sqlite/template/Makefile.am +++ b/sqlite/template/Makefile.am @@ -9,6 +9,7 @@ noinst_PROGRAMS = driver driver_SOURCES = driver.cxx __path__(extra_sources) __path__(extra_headers) LDADD = $(top_builddir)/libcommon/common/libcommon.la AM_CPPFLAGS = -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' +AM_CPPFLAGS += -I'$(builddir)' -I'$(srcdir)' TESTS=$(top_builddir)/tester TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir; |