diff options
author | Ted Gould <ted@gould.cx> | 2011-02-21 11:59:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-21 11:59:00 -0600 |
commit | 907f54e3f0bc79fe69382600474b8a492c3223e4 (patch) | |
tree | 91729499a0af6b9bbb1fe259e4025d4bbb9d5b60 /docs | |
parent | 0da6e4e700074aeda4f73651e06ba4f57857bb34 (diff) | |
download | libdbusmenu-907f54e3f0bc79fe69382600474b8a492c3223e4.tar.gz libdbusmenu-907f54e3f0bc79fe69382600474b8a492c3223e4.tar.bz2 libdbusmenu-907f54e3f0bc79fe69382600474b8a492c3223e4.zip |
Not parsing the generated XML header as well
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libdbusmenu-glib/reference/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.am b/docs/libdbusmenu-glib/reference/Makefile.am index f86eb09..9ced07c 100644 --- a/docs/libdbusmenu-glib/reference/Makefile.am +++ b/docs/libdbusmenu-glib/reference/Makefile.am @@ -48,6 +48,7 @@ CFILE_GLOB=$(top_srcdir)/libdbusmenu-glib/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES= \ + dbus-menu-clean.xml.h \ client-menuitem.h \ menuitem-marshal.h \ server-marshal.h \ |