------------------------------------------------------------ revno: 110 committer: Ted Gould <[email protected]> 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
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

