diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-11-14 17:37:32 +0000 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-11-14 17:37:32 +0000 |
commit | 700a3567ae1b25cc46e76f8b6978e8809b1aadf7 (patch) | |
tree | 7310c2174e6e672cf1e0002de76560d9d8ff0279 /doc | |
parent | 797dd52f17f5f8d066bd43ecb1332afb4e646acb (diff) | |
download | telepathy-farstream-700a3567ae1b25cc46e76f8b6978e8809b1aadf7.tar.gz |
Properly hide the session symbols
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 de0062f..f056736 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -44,7 +44,7 @@ CFILE_GLOB=$(top_srcdir)/telepathy-farsight/channel.c $(top_srcdir)/telepathy-fa # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=*-priv.h *marshal.h +IGNORE_HFILES=session-priv.h *marshal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |