doc: fix IGNORE_HFILES in libnm-glib
authorThomas Haller <thaller@redhat.com>
Thu, 30 Oct 2014 15:33:32 +0000 (16:33 +0100)
committerThomas Haller <thaller@redhat.com>
Fri, 31 Oct 2014 17:59:33 +0000 (18:59 +0100)
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 <thaller@redhat.com>
docs/libnm-glib/Makefile.am

index 2b7e584..9c2dbb3 100644 (file)
@@ -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