summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-09 18:12:01 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-09 18:12:01 (GMT)
commitd05ac626d89c0d4ef91a972b9927d248c1e48b79 (patch)
treeba52c91cf47e3dc1818b7aaff78f26077f7b6753 /Swiften/Makefile.inc
parente184b232ae7d6b9b77eed4a454d15eaf93dd7c5b (diff)
downloadswift-contrib-d05ac626d89c0d4ef91a972b9927d248c1e48b79.zip
swift-contrib-d05ac626d89c0d4ef91a972b9927d248c1e48b79.tar.bz2
Implemented basics of an SQLiteHistoryManager.
Diffstat (limited to 'Swiften/Makefile.inc')
-rw-r--r--Swiften/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/Swiften/Makefile.inc b/Swiften/Makefile.inc
index 880887b..7eca8a5 100644
--- a/Swiften/Makefile.inc
+++ b/Swiften/Makefile.inc
@@ -20,6 +20,9 @@ include Swiften/Roster/Makefile.inc
include Swiften/Disco/Makefile.inc
include Swiften/Presence/Makefile.inc
include Swiften/Notifier/Makefile.inc
+include Swiften/History/Makefile.inc
+
+CPPFLAGS += $(SQLITE_CPPFLAGS)
SWIFTEN_TARGET = Swiften/Swiften.a
SWIFTEN_OBJECTS = \
@@ -27,7 +30,8 @@ SWIFTEN_OBJECTS = \
$(SWIFTEN_OBJECTIVE_SOURCES:.mm=.o) \
$(LIBIDN_OBJECTS) \
$(BOOST_OBJECTS) \
- $(ZLIB_OBJECTS)
+ $(ZLIB_OBJECTS) \
+ $(SQLITE_OBJECTS)
TARGETS += $(SWIFTEN_TARGET)
CLEANFILES += $(SWIFTEN_TARGET) $(SWIFTEN_OBJECTS)