Description: Update compilation chain after embedded libyamlcpp removal
Author: Jean Baptiste Favre <debian@jbfavre.org>
Origin: other
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-01-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,6 @@ include_directories(
         include
         tests/include
         lib
-        lib/yamlcpp/include
         proxy
         proxy/hdrs
         proxy/http
--- a/configure.ac
+++ b/configure.ac
@@ -2341,7 +2341,6 @@ AC_CONFIG_FILES([
   lib/records/Makefile
   src/wccp/Makefile
   lib/fastlz/Makefile
-  lib/yamlcpp/Makefile
   mgmt/Makefile
   mgmt/api/Makefile
   mgmt/api/include/Makefile
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -25,17 +25,10 @@ endif
 # to prevent Clang Analyzer warning
 LOCAL =
 
-if BUILD_YAML_CPP
-LOCAL += yamlcpp
-endif
-
 all-local:	$(LOCAL)
-	$(MAKE) -C yamlcpp
 
 clean-local:
-	$(MAKE) -C yamlcpp clean
 
 if EXPORT_YAML_HEADERS
 install-data-local:
-	$(MAKE) -C yamlcpp install
 endif
