[Telepathy-commits] [telepathy-qt4/master] Add public header wrapper for StreamEngine, and correctly ship the internal header

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Dec 10 05:13:26 PST 2008


---
 TelepathyQt4/Prototype/Client/StreamEngine |    6 ++++++
 TelepathyQt4/Prototype/Makefile.am         |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)
 create mode 100644 TelepathyQt4/Prototype/Client/StreamEngine

diff --git a/TelepathyQt4/Prototype/Client/StreamEngine b/TelepathyQt4/Prototype/Client/StreamEngine
new file mode 100644
index 0000000..1e4da23
--- /dev/null
+++ b/TelepathyQt4/Prototype/Client/StreamEngine
@@ -0,0 +1,6 @@
+#ifndef _TelepathyQt4_Prototype_Client_StreamEngine_HEADER_GUARD_
+#define _TelepathyQt4_Prototype_Client_StreamEngine_HEADER_GUARD_
+
+#include <TelepathyQt4/Prototype/_gen/cli-stream-engine.h>
+
+#endif
diff --git a/TelepathyQt4/Prototype/Makefile.am b/TelepathyQt4/Prototype/Makefile.am
index ef70904..49906ba 100644
--- a/TelepathyQt4/Prototype/Makefile.am
+++ b/TelepathyQt4/Prototype/Makefile.am
@@ -74,10 +74,12 @@ protoinclude_HEADERS = \
     Types \
     constants.h \
     cli-channel-handler.h \
+    cli-stream-engine.h \
     types.h
 
 protoclientinclude_HEADERS = \
-    Client/ChannelHandler
+    Client/ChannelHandler \
+    Client/StreamEngine
 
 nodist_geninclude_HEADERS = \
     _gen/cli-channel-handler.h \
-- 
1.5.6.5




More information about the Telepathy-commits mailing list