From 8464a08c1a773d084adc1ff522726ba2ab653b8c Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 9 Feb 2005 15:01:25 +0000 Subject: add SQLITE3 support (ported from ulogd-1.02 patch by Ben La Monica) --- ulogd/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ulogd/Makefile.in') diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in index 62c8015..87f8922 100644 --- a/ulogd/Makefile.in +++ b/ulogd/Makefile.in @@ -24,6 +24,11 @@ endif ULOGD_VERSION=1.10 OLD_ULOGD_VERSION=1.09 +ifeq (x@SQLITE3INCLUDES@,x) +else +SUBDIRS+=sqlite3 +endif + # Normally You should not need to change anything below all: recurse ulogd -- cgit v1.2.3