diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-03-08 21:33:50 -0600 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-03-09 15:00:13 -0500 |
commit | 577cdc162c9d09184cc085877001e380d4e4a0a4 (patch) | |
tree | 45764a15153330f352bb766059d53788502c16a7 /doc | |
parent | 98e5cf7000dce197912c1e01cff4c202fdac62c4 (diff) |
Use the generic marshaller
Adds a requirement for GLib 2.30
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 47587f8..23dbc77 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -45,7 +45,7 @@ CFILE_GLOB=$(top_srcdir)/telepathy-farstream/channel.c $(top_srcdir)/telepathy-f # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES=channel-priv.h content-priv.h session-priv.h stream-priv.h \ - stream.h call-channel.h call-content.h call-stream.h tf-signals-marshal.h \ + stream.h call-channel.h call-content.h call-stream.h \ media-signalling-channel.h media-signalling-content.h utils.h # Images to copy into HTML directory. |