diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-09 18:10:02 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-09 18:10:02 (GMT) |
commit | e184b232ae7d6b9b77eed4a454d15eaf93dd7c5b (patch) | |
tree | c35e0f687abc5236e84073dccc22e773fc0c7d23 /Makefile | |
parent | 5d2d0285a9819c3b1276e005299c86279419a0f0 (diff) | |
download | swift-e184b232ae7d6b9b77eed4a454d15eaf93dd7c5b.zip swift-e184b232ae7d6b9b77eed4a454d15eaf93dd7c5b.tar.bz2 |
Added SQLite to 3rdParty.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |