diff options
author | Thomas Haller <thaller@redhat.com> | 2015-10-30 11:29:56 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-11-02 13:57:02 +0100 |
commit | d61875c960003631f61add97ac6d0ea732804552 (patch) | |
tree | 8c0d7ee5b9cc40c2f7bdb517890e3ae90f6d3b0c /docs | |
parent | 4b1e1f8aabcc61337b04ebd5ce956327b2e7ce03 (diff) | |
download | NetworkManager-d61875c960003631f61add97ac6d0ea732804552.tar.gz |
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')
-rw-r--r-- | docs/libnm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am index 23631ddc24..5b96d5aaa2 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 \ |