summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-30 16:33:32 +0100
committerThomas Haller <thaller@redhat.com>2014-10-31 18:59:33 +0100
commitb0e29b5bd3a22f1366852cb2031090c6350e00f2 (patch)
treeae7e00d4caf53cfd4c6391578fb4038f58a96d75
parent8b64b8012be8dfa60843bb0b7c64b939ba492b48 (diff)
downloadNetworkManager-b0e29b5bd3a22f1366852cb2031090c6350e00f2.tar.gz
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 <thaller@redhat.com>
-rw-r--r--docs/libnm-glib/Makefile.am3
1 files changed, 1 insertions, 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