summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-02-06 13:55:59 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-02-06 14:24:53 +0100
commit6d3b611885665f46356623ccb296fe97a8bd8b6a (patch)
tree4f0aae11448532687889896fffb99e516ac6e65b /examples
parent5e2385d21d4c9b4fb268426f2a29cbd301e76e7f (diff)
downloadtelepathy-glib-6d3b611885665f46356623ccb296fe97a8bd8b6a.tar.gz
Add config.h include in all source files
Diffstat (limited to 'examples')
-rw-r--r--examples/client/approver.c2
-rw-r--r--examples/client/contact-list.c2
-rw-r--r--examples/client/extended-client.c2
-rw-r--r--examples/client/inspect-channel.c2
-rw-r--r--examples/client/inspect-cm.c2
-rw-r--r--examples/client/inspect-connection.c2
-rw-r--r--examples/client/inspect-contact.c2
-rw-r--r--examples/client/list-connections.c2
-rw-r--r--examples/client/list-managers.c2
-rw-r--r--examples/client/media-observer.c2
-rw-r--r--examples/client/text-handler.c2
-rw-r--r--examples/cm/callable/conn.c2
-rw-r--r--examples/cm/callable/connection-manager.c2
-rw-r--r--examples/cm/callable/media-channel.c2
-rw-r--r--examples/cm/callable/media-manager.c2
-rw-r--r--examples/cm/callable/media-stream.c2
-rw-r--r--examples/cm/callable/protocol.c2
-rw-r--r--examples/cm/contactlist/conn.c2
-rw-r--r--examples/cm/contactlist/connection-manager.c2
-rw-r--r--examples/cm/contactlist/contact-list.c2
-rw-r--r--examples/cm/contactlist/protocol.c2
-rw-r--r--examples/cm/extended/conn.c2
-rw-r--r--examples/cm/extended/connection-manager.c2
-rw-r--r--examples/cm/extended/protocol.c2
-rw-r--r--examples/extensions/extensions-cli.c2
-rw-r--r--examples/future/call-cm/call-channel.c2
-rw-r--r--examples/future/call-cm/call-content.c2
-rw-r--r--examples/future/call-cm/call-manager.c2
-rw-r--r--examples/future/call-cm/call-stream.c2
-rw-r--r--examples/future/call-cm/cm.c2
-rw-r--r--examples/future/call-cm/conn.c2
-rw-r--r--examples/future/call-cm/main.c2
-rw-r--r--examples/future/call-cm/protocol.c2
33 files changed, 66 insertions, 0 deletions
diff --git a/examples/client/approver.c b/examples/client/approver.c
index 4a02013b4..35cfc952a 100644
--- a/examples/client/approver.c
+++ b/examples/client/approver.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <glib.h>
#include <stdio.h>
diff --git a/examples/client/contact-list.c b/examples/client/contact-list.c
index c5a7f73ab..724bf50c4 100644
--- a/examples/client/contact-list.c
+++ b/examples/client/contact-list.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
#include <telepathy-glib/debug.h>
diff --git a/examples/client/extended-client.c b/examples/client/extended-client.c
index 678cbc6dc..57582fced 100644
--- a/examples/client/extended-client.c
+++ b/examples/client/extended-client.c
@@ -13,6 +13,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/client/inspect-channel.c b/examples/client/inspect-channel.c
index 320c6b58c..05b8b6a51 100644
--- a/examples/client/inspect-channel.c
+++ b/examples/client/inspect-channel.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/client/inspect-cm.c b/examples/client/inspect-cm.c
index 5b03c2a72..7b54719b5 100644
--- a/examples/client/inspect-cm.c
+++ b/examples/client/inspect-cm.c
@@ -21,6 +21,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/client/inspect-connection.c b/examples/client/inspect-connection.c
index c4c988532..53fc8b0eb 100644
--- a/examples/client/inspect-connection.c
+++ b/examples/client/inspect-connection.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/client/inspect-contact.c b/examples/client/inspect-contact.c
index 775044f8d..a1d18474c 100644
--- a/examples/client/inspect-contact.c
+++ b/examples/client/inspect-contact.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/client/list-connections.c b/examples/client/list-connections.c
index 50f128911..1b3211f04 100644
--- a/examples/client/list-connections.c
+++ b/examples/client/list-connections.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
typedef struct {
diff --git a/examples/client/list-managers.c b/examples/client/list-managers.c
index c2b6ec7ae..5ba49a1cb 100644
--- a/examples/client/list-managers.c
+++ b/examples/client/list-managers.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
typedef struct {
diff --git a/examples/client/media-observer.c b/examples/client/media-observer.c
index 088a53b66..7f9e68cd6 100644
--- a/examples/client/media-observer.c
+++ b/examples/client/media-observer.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/client/text-handler.c b/examples/client/text-handler.c
index 536d26aaa..d2c0aa232 100644
--- a/examples/client/text-handler.c
+++ b/examples/client/text-handler.c
@@ -10,6 +10,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/cm/callable/conn.c b/examples/cm/callable/conn.c
index 38b13c4ab..f29d80925 100644
--- a/examples/cm/callable/conn.c
+++ b/examples/cm/callable/conn.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "conn.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/cm/callable/connection-manager.c b/examples/cm/callable/connection-manager.c
index 04380b6d9..3ec4d788c 100644
--- a/examples/cm/callable/connection-manager.c
+++ b/examples/cm/callable/connection-manager.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "connection-manager.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/cm/callable/media-channel.c b/examples/cm/callable/media-channel.c
index 99b01ca9b..a9920668b 100644
--- a/examples/cm/callable/media-channel.c
+++ b/examples/cm/callable/media-channel.c
@@ -33,6 +33,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "media-channel.h"
#include "media-stream.h"
diff --git a/examples/cm/callable/media-manager.c b/examples/cm/callable/media-manager.c
index a1af8dd2b..b24a65774 100644
--- a/examples/cm/callable/media-manager.c
+++ b/examples/cm/callable/media-manager.c
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "media-manager.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/cm/callable/media-stream.c b/examples/cm/callable/media-stream.c
index 4c19e108b..22da0bc87 100644
--- a/examples/cm/callable/media-stream.c
+++ b/examples/cm/callable/media-stream.c
@@ -23,6 +23,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "media-stream.h"
#include <telepathy-glib/base-connection.h>
diff --git a/examples/cm/callable/protocol.c b/examples/cm/callable/protocol.c
index 8f188052d..cf752e3d7 100644
--- a/examples/cm/callable/protocol.c
+++ b/examples/cm/callable/protocol.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "protocol.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/cm/contactlist/conn.c b/examples/cm/contactlist/conn.c
index bd5ddfd58..b5cbd3803 100644
--- a/examples/cm/contactlist/conn.c
+++ b/examples/cm/contactlist/conn.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "conn.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/cm/contactlist/connection-manager.c b/examples/cm/contactlist/connection-manager.c
index 386f61f0b..f0bdeb7e2 100644
--- a/examples/cm/contactlist/connection-manager.c
+++ b/examples/cm/contactlist/connection-manager.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "connection-manager.h"
#include <dbus/dbus-protocol.h>
diff --git a/examples/cm/contactlist/contact-list.c b/examples/cm/contactlist/contact-list.c
index a42ce3503..8c1590e1d 100644
--- a/examples/cm/contactlist/contact-list.c
+++ b/examples/cm/contactlist/contact-list.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "contact-list.h"
#include <string.h>
diff --git a/examples/cm/contactlist/protocol.c b/examples/cm/contactlist/protocol.c
index 66fc200f9..555a8dfd0 100644
--- a/examples/cm/contactlist/protocol.c
+++ b/examples/cm/contactlist/protocol.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "protocol.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/cm/extended/conn.c b/examples/cm/extended/conn.c
index 60672084b..e752c189a 100644
--- a/examples/cm/extended/conn.c
+++ b/examples/cm/extended/conn.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "conn.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/cm/extended/connection-manager.c b/examples/cm/extended/connection-manager.c
index e85c0e897..62ebb91dd 100644
--- a/examples/cm/extended/connection-manager.c
+++ b/examples/cm/extended/connection-manager.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "connection-manager.h"
#include <dbus/dbus-protocol.h>
diff --git a/examples/cm/extended/protocol.c b/examples/cm/extended/protocol.c
index c46de2541..7da407efe 100644
--- a/examples/cm/extended/protocol.c
+++ b/examples/cm/extended/protocol.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "protocol.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/examples/extensions/extensions-cli.c b/examples/extensions/extensions-cli.c
index 7a9054c82..363796ba6 100644
--- a/examples/extensions/extensions-cli.c
+++ b/examples/extensions/extensions-cli.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "extensions.h"
#include <telepathy-glib/connection.h>
diff --git a/examples/future/call-cm/call-channel.c b/examples/future/call-cm/call-channel.c
index 85c87d625..982c96d37 100644
--- a/examples/future/call-cm/call-channel.c
+++ b/examples/future/call-cm/call-channel.c
@@ -34,6 +34,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "call-channel.h"
#include <string.h>
diff --git a/examples/future/call-cm/call-content.c b/examples/future/call-cm/call-content.c
index 5bd6db6ee..243992d4f 100644
--- a/examples/future/call-cm/call-content.c
+++ b/examples/future/call-cm/call-content.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "call-content.h"
#include <telepathy-glib/base-connection.h>
diff --git a/examples/future/call-cm/call-manager.c b/examples/future/call-cm/call-manager.c
index 7f923a713..f65149138 100644
--- a/examples/future/call-cm/call-manager.c
+++ b/examples/future/call-cm/call-manager.c
@@ -22,6 +22,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "call-manager.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/future/call-cm/call-stream.c b/examples/future/call-cm/call-stream.c
index 1b3cb2ec1..e9f8e0db9 100644
--- a/examples/future/call-cm/call-stream.c
+++ b/examples/future/call-cm/call-stream.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "call-stream.h"
#include <telepathy-glib/base-connection.h>
diff --git a/examples/future/call-cm/cm.c b/examples/future/call-cm/cm.c
index 7ba8771e6..5e42d97d3 100644
--- a/examples/future/call-cm/cm.c
+++ b/examples/future/call-cm/cm.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "cm.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/future/call-cm/conn.c b/examples/future/call-cm/conn.c
index e5dbc64f9..2b7503c16 100644
--- a/examples/future/call-cm/conn.c
+++ b/examples/future/call-cm/conn.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "conn.h"
#include <dbus/dbus-glib.h>
diff --git a/examples/future/call-cm/main.c b/examples/future/call-cm/main.c
index f3db411ca..d3195d277 100644
--- a/examples/future/call-cm/main.c
+++ b/examples/future/call-cm/main.c
@@ -21,6 +21,8 @@
#include "config.h"
+#include "config.h"
+
#include <telepathy-glib/debug.h>
#include <telepathy-glib/run.h>
diff --git a/examples/future/call-cm/protocol.c b/examples/future/call-cm/protocol.c
index 3fe68879e..26540ddcc 100644
--- a/examples/future/call-cm/protocol.c
+++ b/examples/future/call-cm/protocol.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "protocol.h"
#include <telepathy-glib/telepathy-glib.h>