summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <scampa.giovanni@gmail.com>2015-01-01 21:30:59 +0100
committerGiovanni Campagna <scampa.giovanni@gmail.com>2015-01-01 21:31:50 +0100
commit26c8086190d98a439f870d706cea7855f791026b (patch)
tree30c6078a80e85cbb4430f5b78b7d78cb6e2f4b6a
parent34fbca01810cd22e15af22e030164385865f2483 (diff)
downloadmutter-26c8086190d98a439f870d706cea7855f791026b.tar.gz
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.
-rw-r--r--doc/reference/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \