summaryrefslogtreecommitdiff
path: root/docs/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-10-30 11:29:56 +0100
committerThomas Haller <thaller@redhat.com>2015-11-02 13:57:02 +0100
commitd61875c960003631f61add97ac6d0ea732804552 (patch)
tree8c0d7ee5b9cc40c2f7bdb517890e3ae90f6d3b0c /docs/libnm
parent4b1e1f8aabcc61337b04ebd5ce956327b2e7ce03 (diff)
libnm: add internal header file "nm-core-types-internal.h"
This shall contain type definitions, with similar use to "nm-core-internal.h". However, it should contain a minimal set, so that we can include this header in other headers under "src/", without including the whole "nm-core-internal.h" in headers.
Diffstat (limited to 'docs/libnm')
-rw-r--r--docs/libnm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 23631ddc2..5b96d5aaa 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -39,6 +39,7 @@ IGNORE_HFILES= \
nm-dbus-helpers.h \
nm-core-internal.h \
nm-core-types.h \
+ nm-core-types-internal.h \
nm-device-private.h \
nm-dhcp4-config.h \
nm-dhcp6-config.h \