diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-20 08:17:59 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-20 14:37:51 (GMT) |
commit | 6310bc00ceeb65f0cf6fc0ada9d1b188517d8a76 (patch) | |
tree | 42f98c3d4a6d6e01043377bbb07125264527bd0f /Swiften/Parser/PayloadParsers/Makefile.inc | |
parent | 9a457c621bd75a9929cc0616b7659dba2945fdac (diff) | |
download | swift-contrib-6310bc00ceeb65f0cf6fc0ada9d1b188517d8a76.zip swift-contrib-6310bc00ceeb65f0cf6fc0ada9d1b188517d8a76.tar.bz2 |
Added vcard-temp update parser.
Diffstat (limited to 'Swiften/Parser/PayloadParsers/Makefile.inc')
-rw-r--r-- | Swiften/Parser/PayloadParsers/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Parser/PayloadParsers/Makefile.inc b/Swiften/Parser/PayloadParsers/Makefile.inc index 828dc5e..e7ea276 100644 --- a/Swiften/Parser/PayloadParsers/Makefile.inc +++ b/Swiften/Parser/PayloadParsers/Makefile.inc @@ -10,6 +10,7 @@ SWIFTEN_SOURCES += \ Swiften/Parser/PayloadParsers/ErrorParser.cpp \ Swiften/Parser/PayloadParsers/RosterParser.cpp \ Swiften/Parser/PayloadParsers/ResourceBindParser.cpp \ + Swiften/Parser/PayloadParsers/VCardUpdateParser.cpp \ Swiften/Parser/PayloadParsers/FullPayloadParserFactoryCollection.cpp include Swiften/Parser/PayloadParsers/UnitTest/Makefile.inc |