diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 12:04:20 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 12:04:20 -0500 |
commit | 73a5c9243d9189a3e3285466f59932a02caabd26 (patch) | |
tree | 256d1f4c149dfc3f9214d626cd383dc0af3d1070 /docs/reference/Makefile.am | |
parent | f62b8365144946f97e7c6450dcc36c09d746ff31 (diff) | |
download | libayatana-indicator-73a5c9243d9189a3e3285466f59932a02caabd26.tar.gz libayatana-indicator-73a5c9243d9189a3e3285466f59932a02caabd26.tar.bz2 libayatana-indicator-73a5c9243d9189a3e3285466f59932a02caabd26.zip |
Ignoring the dbus and glib-marshaller generated header files.
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 759465e..2589179 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -47,7 +47,7 @@ CFILE_GLOB=$(top_srcdir)/libindicate/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES= +IGNORE_HFILES=dbus-indicate-client.h dbus-indicate-server.h dbus-listener-client.h dbus-listener-server.h listener-marshal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |