[Telepathy-commits] [telepathy-qt4/master] Added missing PendingAccount to Makefile.am.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Jan 12 13:00:06 PST 2009
---
TelepathyQt4/Makefile.am | 1 +
TelepathyQt4/header-compile-test.cpp | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 46ad45f..6e7ce68 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -118,6 +118,7 @@ tpqt4clientinclude_HEADERS = \
Client/MediaSessionHandler \
Client/MediaStreamHandler \
Client/OptionalInterfaceFactory \
+ Client/PendingAccount \
Client/PendingChannel \
Client/PendingFailure \
Client/PendingOperation \
diff --git a/TelepathyQt4/header-compile-test.cpp b/TelepathyQt4/header-compile-test.cpp
index 081cd27..0c386f0 100644
--- a/TelepathyQt4/header-compile-test.cpp
+++ b/TelepathyQt4/header-compile-test.cpp
@@ -3,6 +3,8 @@
* in the library to verify the generation machinery generates valid C++.
*/
+#include <TelepathyQt4/Client/AccountManager>
+#include <TelepathyQt4/Client/Account>
#include <TelepathyQt4/Client/Channel>
#include <TelepathyQt4/Client/Connection>
#include <TelepathyQt4/Client/ConnectionManager>
@@ -11,5 +13,6 @@
#include <TelepathyQt4/Client/MediaStreamHandler>
#include <TelepathyQt4/Client/OptionalInterfaceFactory>
#include <TelepathyQt4/Client/Properties>
+#include <TelepathyQt4/Client/PendingOperation>
#include <TelepathyQt4/Constants>
#include <TelepathyQt4/Types>
--
1.5.6.5
More information about the Telepathy-commits
mailing list