Thanks for the correction. I've pushed it to master.

On 4/25/19 4:08 PM, Brian Haley wrote:
Added TODO_SPLIT.rst to Makefile.am to avoid an error
during build.

Removed a section from config-h-check section of Makefile.am
that was no longer relevant.

Signed-off-by: Brian Haley <[email protected]>
---
  Makefile.am | 8 +-------
  1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1b492a314..2bcdb0a76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,6 +106,7 @@ EXTRA_DIST = \
        Vagrantfile-FreeBSD \
        .mailmap \
        TODO.rst \
+       TODO_SPLIT.rst \
        ovn-architecture.7.xml \
        ovn-nb.ovsschema \
        ovn-nb.xml \
@@ -263,13 +264,6 @@ config-h-check:
          echo "See above for list of violations of the rule that"; \
          echo "every C source file must #include <config.h>."; \
          exit 1; \
-       fi; \
-       if grep '#include' include/openvswitch/*.h | \
-           grep -vE '(<.*>)|("openvswitch)|("openflow)'; \
-       then \
-         echo "See above for list of violations of the rule that"; \
-         echo "public openvswitch header file should not include internal 
library."; \
-         exit 1; \
        fi
  .PHONY: config-h-check

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to