From 18e0b8065af3b660a73af93dabb4767cbc64ec35 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Mar 2011 13:10:42 +0200 Subject: Autotools support for SQLite --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b0070f3..0a15f76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,5 +13,9 @@ if DATABASE_MYSQL SUBDIRS += mysql endif +if DATABASE_SQLITE +SUBDIRS += sqlite +endif + EXTRA_DIST = __file__(extra_dist) ACLOCAL_AMFLAGS = -I m4 -- cgit v1.1