summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-06-16 16:27:52 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-16 16:40:01 +0200
commitb95934e6d882f94793b7bfaa47a3cedba9d750d6 (patch)
tree6e86a614885c1a6d662d809eeb51e1dc59777ebe /docs
parent1fbe42a0fe9d38a6907fa3aa62b6fca4029e51fc (diff)
downloadlibqmi-b95934e6d882f94793b7bfaa47a3cedba9d750d6.tar.gz
build: don't depend on kernel headers for the rmnet support
The rmnet support is no longer "auto"; it won't depend on whether we detect the rmnet support in the kernel headers. Instead, we'll use a fallback header defining the rmnet netlink support in case there are no kernel headers installed or if the kernel headers don't have the rmnet related symbols.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libqmi-glib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/libqmi-glib/Makefile.am b/docs/reference/libqmi-glib/Makefile.am
index a7dd0535..88674d85 100644
--- a/docs/reference/libqmi-glib/Makefile.am
+++ b/docs/reference/libqmi-glib/Makefile.am
@@ -69,7 +69,8 @@ IGNORE_HFILES = \
qmi-ctl.h \
qmi-helpers.h \
test-port-context.h \
- test-fixture.h
+ test-fixture.h \
+ if_link_rmnet.h
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.