diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 20:17:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 20:17:07 -0500 |
commit | 29a3d0294617ba290d06679013960010b0e8c4bb (patch) | |
tree | cf533f67432a26648b321952897f33e848cd5533 /docs/reference | |
parent | 6efcf99c34c7a3d6025aaa116f8ca95df6618f87 (diff) | |
download | ayatana-indicator-application-29a3d0294617ba290d06679013960010b0e8c4bb.tar.gz ayatana-indicator-application-29a3d0294617ba290d06679013960010b0e8c4bb.tar.bz2 ayatana-indicator-application-29a3d0294617ba290d06679013960010b0e8c4bb.zip |
Ignoring the lru file header
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 3aedd60..df0ac09 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -55,7 +55,21 @@ CFILE_GLOB=$(top_srcdir)/src/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=app-indicator-enum-types.h application-service-appstore.h application-service-client.h application-service-marshal.h application-service-server.h application-service-watcher.h dbus-properties-client.h dbus-properties-server.h dbus-shared.h notification-item-client.h notification-item-server.h notification-watcher-client.h notification-watcher-server.h +IGNORE_HFILES= \ + app-indicator-enum-types.h \ + application-service-appstore.h \ + application-service-client.h \ + application-service-lru-file.h \ + application-service-marshal.h \ + application-service-server.h \ + application-service-watcher.h \ + dbus-properties-client.h \ + dbus-properties-server.h \ + dbus-shared.h \ + notification-item-client.h \ + notification-item-server.h \ + notification-watcher-client.h \ + notification-watcher-server.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |