[ovs-dev] [PATCH ovn 1/5] Makefile: Remove duplicated -I compiler flags.

Ben Pfaff blp at ovn.org
Thu Oct 22 21:24:18 UTC 2020


Some -I flags were duplicated under a WIN32 ifdef.  This seems to be
a harmless mistake.  Remove them.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 Makefile.am | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3bc31090396d..221ca61be769 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,10 +22,6 @@ AM_LDFLAGS += $(OVS_LDFLAGS)
 AM_CPPFLAGS += -I $(top_srcdir)/include
 
 if WIN32
-AM_CPPFLAGS += -I $(OVS_SRCDIR)/include
-AM_CPPFLAGS += -I $(OVS_SRCDIR)/lib
-AM_CPPFLAGS += -I $(OVS_SRCDIR)
-AM_CPPFLAGS += -I $(top_srcdir)/lib
 AM_CPPFLAGS += $(PTHREAD_INCLUDES)
 AM_CPPFLAGS += $(MSVC_CFLAGS)
 AM_LDFLAGS += $(PTHREAD_LDFLAGS)
-- 
2.26.2



More information about the dev mailing list