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 \