← Back to team overview

ayatana-commits team mailing list archive

[Branch ~dbusmenu-team/dbusmenu/trunk] Rev 110: Adding server and client dbus interfaces to the ignored header files.

 

------------------------------------------------------------
revno: 110
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-06-10 09:18:43 -0500
message:
  Adding server and client dbus interfaces to the ignored header files.
modified:
  docs/libdbusmenu-glib/reference/Makefile.am


--
lp:dbusmenu
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk

Your team ayatana-commits is subscribed to branch lp:dbusmenu.
To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription
=== modified file 'docs/libdbusmenu-glib/reference/Makefile.am'
--- docs/libdbusmenu-glib/reference/Makefile.am	2010-06-09 16:24:31 +0000
+++ docs/libdbusmenu-glib/reference/Makefile.am	2010-06-10 14:18:43 +0000
@@ -47,7 +47,12 @@
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=menuitem-marshal.h server-marshal.h menuitem-private.h
+IGNORE_HFILES= \
+	menuitem-marshal.h \
+	server-marshal.h \
+	menuitem-private.h \
+	dbusmenu-client.h \
+	dbusmenu-server.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png