summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-07-17 14:22:27 +0200
committerThomas Haller <thaller@redhat.com>2015-08-05 15:32:39 +0200
commit9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (patch)
tree14ac84be150e67704f0f5c6c25f76c2d951bbac1 /include/Makefile.am
parent780e9a3f436b5bb347275e1951f45a487b153e11 (diff)
downloadNetworkManager-9ac57182ca2a551f2c7dafa331b8daf74dc78e1c.tar.gz
include: add convenience header "nm-default.h"
This internal header file should be included by our internal source code files and header files. It includes in one place other headers that constitute to a minimal set of required headers. Most notably this is <glib.h> and our "nm-glib.h" header. Note that public header files and example source code cannot include this file as "nm-default.h" is internal only.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 66b0bec801..b9b80cb024 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,6 +2,7 @@ EXTRA_DIST = \
gsystem-local-alloc.h \
nm-dbus-compat.h \
nm-dbus-glib-types.h \
+ nm-default.h \
nm-glib.h \
nm-gvaluearray-compat.h \
nm-test-utils.h \