diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-15 19:31:44 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-15 19:31:44 +0000 |
commit | b6c0fa8f6dc3d9ee5f5d74fc49574dbb13a5874d (patch) | |
tree | 575040f64bf5412bf7f6d13384855f2fb5fa94f6 /doc | |
parent | 405ccfa026539ab212a98883156e789d3ba7966f (diff) |
Spell out which files to ignore, it's not a glob
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 9bb6225..676f9dd 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -44,7 +44,9 @@ 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=*priv.h stream*.h call*.h *marshal.h media*.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 \ + media-signalling-channel.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |