Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
235
Issues
235
List
Board
Labels
Milestones
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
a83b4fa2
Commit
a83b4fa2
authored
Dec 12, 2018
by
Marcin Siodelski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#344,!171] Added missing API command files to the distribution.
parent
a9c23efc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile.am
doc/Makefile.am
+3
-0
Makefile.am
doc/docgen/Makefile.am
+2
-2
No files found.
doc/Makefile.am
View file @
a83b4fa2
...
...
@@ -83,6 +83,9 @@ EXTRA_DIST += api/build-report.json
EXTRA_DIST
+=
api/cache-clear.json api/cache-get.json
EXTRA_DIST
+=
api/cache-insert.json api/cache-load.json
EXTRA_DIST
+=
api/cache-remove.json api/cache-write.json
EXTRA_DIST
+=
api/class-add.json api/class-del.json
EXTRA_DIST
+=
api/class-get.json api/class-list.json
EXTRA_DIST
+=
api/class-update.json
EXTRA_DIST
+=
api/config-get.json api/config-reload.json
EXTRA_DIST
+=
api/config-set.json api/config-test.json
EXTRA_DIST
+=
api/config-write.json api/dhcp-disable.json
...
...
doc/docgen/Makefile.am
View file @
a83b4fa2
...
...
@@ -13,8 +13,8 @@ if GENERATE_DOCS
noinst_PROGRAMS
=
kea-docgen
kea_docgen_SOURCES
=
kea_docgen.cc
# For bare distcheck
EXTRA_DIST
=
generate-templates
EXTRA_DIST
=
generate-templates
EXTRA_DIST
+=
cmds-list
kea_docgen_LDADD
=
$(top_builddir)
/src/lib/cc/libkea-cc.la
kea_docgen_LDADD
+=
$(top_builddir)
/src/lib/exceptions/libkea-exceptions.la
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment