From b0e29b5bd3a22f1366852cb2031090c6350e00f2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 30 Oct 2014 16:33:32 +0100 Subject: [PATCH] doc: fix IGNORE_HFILES in libnm-glib nm-dbus-helpers-private.h is a private header file to libnm-glib/. nm-settings-connection-glue.h and nm-settings-glue.h are not part of libnm-glib/, they are inside src/. Signed-off-by: Thomas Haller --- docs/libnm-glib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/libnm-glib/Makefile.am b/docs/libnm-glib/Makefile.am index 2b7e584d0e..9c2dbb3921 100644 --- a/docs/libnm-glib/Makefile.am +++ b/docs/libnm-glib/Makefile.am @@ -30,13 +30,12 @@ CFILE_GLOB=$(top_srcdir)/libnm-glib/*.c # Header files to ignore when scanning. IGNORE_HFILES= \ + nm-dbus-helpers-private.h \ nm-device-private.h \ nm-object-cache.h \ nm-object-private.h \ nm-remote-connection-private.h \ nm-types-private.h \ - nm-settings-connection-glue.h \ - nm-settings-glue.h \ nm-secret-agent-glue.h \ nm-vpn-plugin-glue.h