[PATCH] build: add other source files that affect the output of --help-all
Ben Chan
benchan at chromium.org
Mon Jul 31 17:50:34 UTC 2017
---
docs/man/Makefile.am | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
index 9c1be1c..674edab 100644
--- a/docs/man/Makefile.am
+++ b/docs/man/Makefile.am
@@ -5,7 +5,12 @@ dist_man_MANS = \
# List of all source files which affect the output of --help-all
MBIMCLI_SOURCES_WITH_HELP = \
+ $(top_srcdir)/src/mbimcli/mbimcli-atds.c \
$(top_srcdir)/src/mbimcli/mbimcli-basic-connect.c \
+ $(top_srcdir)/src/mbimcli/mbimcli-dss.c \
+ $(top_srcdir)/src/mbimcli/mbimcli-ms-firmware-id.c \
+ $(top_srcdir)/src/mbimcli/mbimcli-ms-host-shutdown.c \
+ $(top_srcdir)/src/mbimcli/mbimcli-phonebook.c \
$(top_srcdir)/src/mbimcli/mbimcli.c
# Depend only in the source files, not in the actual program, so that the
--
2.14.0.rc0.400.g1c36432dff-goog
More information about the libmbim-devel
mailing list