diff options
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.am | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3155148a..62aa9bce 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = manager-api.txt interface-api.txt agent-api.txt plugin-api.txt +EXTRA_DIST = manager-api.txt element-api.txt agent-api.txt plugin-api.txt MAINTAINERCLEANFILES = Makefile.in diff --git a/test/Makefile.am b/test/Makefile.am index 332c3bdb..9a05de97 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,6 @@ -EXTRA_DIST = list-interfaces start-scanning select-network simple-agent \ +EXTRA_DIST = list-elements monitor-elements \ + start-scanning select-network simple-agent \ get-state show-introspection test-compat test-supplicant MAINTAINERCLEANFILES = Makefile.in |