Do not send in-band control traffic to the controller.
[openvswitch] / Make.vars
index 583d3eb0f9183c6d03dceb75420ba6f1230fa88a..37727732073952cbdd8428a3a8ff4a1fc5dafbc5 100644 (file)
--- a/Make.vars
+++ b/Make.vars
@@ -1,19 +1,20 @@
 # -*- makefile -*-
 
 AM_CPPFLAGS = $(SSL_CFLAGS)
-
-COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
-if NDEBUG
-COMMON_FLAGS += -DNDEBUG -fomit-frame-pointer
+AM_CPPFLAGS += -I $(ofp_top_srcdir)/include
+if HAVE_EXT
+AM_CPPFLAGS += -I $(ofp_top_srcdir)/ext/include
 endif
 
-AM_CFLAGS = $(COMMON_FLAGS)
-AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
+AM_CFLAGS = -DVERSION=\"$(VERSION)\"
+AM_CFLAGS += -Wstrict-prototypes
 
 rundir = $(localstatedir)/run
 AM_CFLAGS += -DRUNDIR=\"$(rundir)\"
 
-if !NDEBUG
+if NDEBUG
+AM_CFLAGS += -DNDEBUG -fomit-frame-pointer
+else
 AM_LDFLAGS = -export-dynamic
 endif