blob: 79a26ae03b030c9bb2a07be4f59b545c98ca89fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff --git a/common-agent/etc/Makefile.am b/common-agent/etc/Makefile.am
index 25b386c..b6dd1bd 100644
--- a/common-agent/etc/Makefile.am
+++ b/common-agent/etc/Makefile.am
@@ -15,7 +15,7 @@
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
################################################################################
-SUBDIRS = install config scripts
+SUBDIRS = install scripts
uninstall-hook:
rm -rf $(DESTDIR)/etc/vmware-caf
diff --git a/configure.ac b/configure.ac
index 8d4604e..a4fc331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1595,7 +1595,6 @@ AC_CONFIG_FILES([ \
common-agent/input/invokers/Makefile \
common-agent/input/providerReg/Makefile \
common-agent/etc/Makefile \
- common-agent/etc/config/Makefile \
common-agent/etc/scripts/Makefile \
common-agent/etc/install/Makefile \
xferlogs/Makefile \
|