summaryrefslogtreecommitdiff
path: root/telepathy-glib/svc-properties-interface.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-13 18:11:58 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-13 18:11:58 +0000
commit82f585e6ecaf4e4b83e3efcac982aa025171c696 (patch)
tree1365ee08d8dd022f71a0e98b5896500cbd8191eb /telepathy-glib/svc-properties-interface.h
parentadbde7feb12703c8ec1073bfd26dd5c67f58749d (diff)
downloadtelepathy-glib-82f585e6ecaf4e4b83e3efcac982aa025171c696.tar.gz
Refactor telepathy-glib build system taking advantage of new glib-ginterface-gen.py.
We now generate the GInterfaces in large "modules", rather than one interface per file - channel, connection, media, etc. This means we can stop auto-generating bits of Makefile.am (much rejoicing). 20071113181158-53eee-26f52019dc544226d9661b59f4f3019eb0d8b737.gz
Diffstat (limited to 'telepathy-glib/svc-properties-interface.h')
-rw-r--r--telepathy-glib/svc-properties-interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/svc-properties-interface.h b/telepathy-glib/svc-properties-interface.h
index 84e40155c..3de6e8df1 100644
--- a/telepathy-glib/svc-properties-interface.h
+++ b/telepathy-glib/svc-properties-interface.h
@@ -1,4 +1,6 @@
#ifndef __TP_META_SVC_PROPERTIES_H__
#define __TP_META_SVC_PROPERTIES_H__
-#include <telepathy-glib/_gen/svc-Properties_Interface.h>
+
+#include <telepathy-glib/_gen/tp-svc-generic-interfaces.h>
+
#endif