From 2a62d8af2e38f6ad24bce04219d170e711a35bc0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Jun 2008 07:14:57 +0200 Subject: [PATCH] Fix wrong EXTRA_DIST statements --- doc/Makefile.am | 2 +- test/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3155148..62aa9bc 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 332c3bd..9a05de9 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 -- 2.7.4