From 4d5777681309947041ecc297074f4ce537547553 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 10 Dec 2010 11:45:56 +0000 Subject: * Use SQLite 3.7.4. --- externals/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals') diff --git a/externals/Makefile.am b/externals/Makefile.am index bdc29fcb5251..563f5424df10 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -29,8 +29,8 @@ endif # SQLite -SQLITE = sqlite-$(SQLITE_VERSION) -SQLITE_TAR = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz +SQLITE = sqlite-autoconf-$(SQLITE_VERSION) +SQLITE_TAR = sqlite-autoconf-$(SQLITE_VERSION).tar.gz $(SQLITE_TAR): @echo "Nix requires the SQLite library to build." -- cgit 1.4.1