openvswitch: Remove Linux bridge compatibility.
[sliver-openvswitch.git] / Makefile.am
index b00b82c..878a1a9 100644 (file)
@@ -50,10 +50,10 @@ EXTRA_DIST = \
        INSTALL.RHEL \
        INSTALL.SSL \
        INSTALL.XenServer \
-       INSTALL.bridge \
        INSTALL.userspace \
        IntegrationGuide \
        NOTICE \
+       OPENFLOW-1.1+ \
        PORTING \
        README-gcov \
        REPORTING-BUGS \
@@ -174,7 +174,7 @@ ALL_LOCAL += config-h-check
 config-h-check:
        @cd $(srcdir); \
        if test -e .git && (git --version) >/dev/null 2>&1 && \
-          git grep -L '#include <config\.h>' `git ls-files | grep '\.c$$' | \
+          git --no-pager grep -L '#include <config\.h>' `git ls-files | grep '\.c$$' | \
                grep -vE '^datapath|^lib/sflow|^third-party'`; \
        then \
            echo "See above for list of violations of the rule that"; \