diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-10 22:04:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-05 15:36:34 +0200 |
commit | dd71f8404b670980372bf0585fc278575d1625b5 (patch) | |
tree | b7406aea29b3207c74b4a28ff2d58b96117a8010 /docs/man | |
parent | 02e03eae044565b10175bb30b872ec4fdeaab738 (diff) |
build: move source code under src/
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index 7fe7706..ac84c0d 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -3,12 +3,12 @@ dist_man_MANS = qmicli.1 # List of all source files which affect the output of --help-all SOURCES_WITH_HELP = \ - $(top_srcdir)/cli/qmicli.c \ - $(top_srcdir)/cli/qmicli-dms.c \ - $(top_srcdir)/cli/qmicli-nas.c \ - $(top_srcdir)/cli/qmicli-wds.c \ - $(top_srcdir)/cli/qmicli-pbm.c \ - $(top_srcdir)/cli/qmicli-uim.c + $(top_srcdir)/src/qmicli/qmicli.c \ + $(top_srcdir)/src/qmicli/qmicli-dms.c \ + $(top_srcdir)/src/qmicli/qmicli-nas.c \ + $(top_srcdir)/src/qmicli/qmicli-wds.c \ + $(top_srcdir)/src/qmicli/qmicli-pbm.c \ + $(top_srcdir)/src/qmicli/qmicli-uim.c # Depend only in the source files, not in the actual program, so that the # manpage doesn't get rebuilt when building from a tarball @@ -21,5 +21,5 @@ qmicli.1: $(SOURCES_WITH_HELP) --name='Control QMI devices' \ --help-option='--help-all' \ --libtool \ - $(top_builddir)/cli/qmicli || \ + $(top_builddir)/src/qmicli/qmicli || \ touch $@ |