summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-content.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-20 15:31:06 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-20 16:35:34 +0000
commitc1a420af1ada2ba45b61dfb30de680ad30417dab (patch)
tree67fd7c8ea34a2f993346e15709c199db39965642 /telepathy-glib/call-content.h
parent78977ba7a02d5df92c94cb757168177825cb4751 (diff)
downloadtelepathy-glib-c1a420af1ada2ba45b61dfb30de680ad30417dab.tar.gz
Use absolute header paths in headers
Not doing so breaks out-of-tree builds of the telepathy-glib examples, which have -I${top_srcdir} and -I${top_builddir} but not -I${top_builddir}/telepathy-glib.
Diffstat (limited to 'telepathy-glib/call-content.h')
-rw-r--r--telepathy-glib/call-content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/call-content.h b/telepathy-glib/call-content.h
index 468485f89..b490e0d09 100644
--- a/telepathy-glib/call-content.h
+++ b/telepathy-glib/call-content.h
@@ -82,6 +82,6 @@ gboolean tp_call_content_send_tones_finish (TpCallContent *self,
G_END_DECLS
-#include "_gen/tp-cli-call-content.h"
+#include <telepathy-glib/_gen/tp-cli-call-content.h>
#endif