From 26c8086190d98a439f870d706cea7855f791026b Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 1 Jan 2015 21:30:59 +0100 Subject: [PATCH] Fix gtk-doc build Need to hide the login1 DBus wrappers from the docs, because they use symbols that don't start with meta_ so they're not exported from the library. And they're not public API anyway. --- doc/reference/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b1587b0c6..d1aa30ced 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -81,6 +81,7 @@ IGNORE_HFILES= \ keybindings-private.h \ meta-background-actor-private.h \ meta-background-group-private.h \ + meta-dbus-login1.h meta-module.h \ meta-plugin-manager.h \ meta-shadow-factory-private.h \