[Telepathy-commits] [telepathy-qt4/master] Use "" instead of <> for the header file include in the proxy body file, so extensions won't need to include their own source tree in their include path

Olli Salli olli.salli at collabora.co.uk
Mon Sep 29 13:05:10 PDT 2008


---
 TelepathyQt4/Makefile.am |    2 +-
 tools/qt4-client-gen.py  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 9e98fa1..daa912a 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -152,7 +152,7 @@ _gen/types.h _gen/types-body.hpp: _gen/stable-spec.xml \
 		--prettyinclude='TelepathyQt4/Types' \
 		--specxml=$<
 
-# Things generated per interface
+# Things generated per interface group
 
 _gen/spec-%.xml: %.xml ../tools/xincludator.py _gen/spec-stamp
 	$(PYTHON) $(top_srcdir)/tools/xincludator.py \
diff --git a/tools/qt4-client-gen.py b/tools/qt4-client-gen.py
index e8ab740..23da229 100644
--- a/tools/qt4-client-gen.py
+++ b/tools/qt4-client-gen.py
@@ -78,7 +78,7 @@ class Generator(object):
 """)
 
         self.b("""\
-#include <%s>
+#include "%s"
 
 """ % self.realinclude)
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list