diff options
author | Thomas Haller <thaller@redhat.com> | 2014-10-30 16:33:32 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-10-31 18:59:33 +0100 |
commit | b0e29b5bd3a22f1366852cb2031090c6350e00f2 (patch) | |
tree | ae7e00d4caf53cfd4c6391578fb4038f58a96d75 | |
parent | 8b64b8012be8dfa60843bb0b7c64b939ba492b48 (diff) | |
download | NetworkManager-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.am | 3 |
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 |