summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-09 18:10:02 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-09 18:10:02 (GMT)
commite184b232ae7d6b9b77eed4a454d15eaf93dd7c5b (patch)
treec35e0f687abc5236e84073dccc22e773fc0c7d23 /Makefile
parent5d2d0285a9819c3b1276e005299c86279419a0f0 (diff)
downloadswift-e184b232ae7d6b9b77eed4a454d15eaf93dd7c5b.zip
swift-e184b232ae7d6b9b77eed4a454d15eaf93dd7c5b.tar.bz2
Added SQLite to 3rdParty.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f590b59..1eae41c 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ include 3rdParty/CppUnit/Makefile.inc
include 3rdParty/LibIDN/Makefile.inc
include 3rdParty/ZLib/Makefile.inc
include 3rdParty/Expat/Makefile.inc
+include 3rdParty/SQLite/Makefile.inc
include Swiften/Makefile.inc
include UI/Qt/Makefile.inc