IPv6 is not supported in OpenFlow, so don't try to parse it.
[sliver-openvswitch.git] / Make.vars
index 9b8b342..538cde3 100644 (file)
--- a/Make.vars
+++ b/Make.vars
@@ -1,8 +1,7 @@
 # -*- makefile -*-
 
-if HAVE_NETLINK
-AM_CPPFLAGS = -DHAVE_NETLINK=1 
-endif
+AM_CPPFLAGS = $(SSL_CFLAGS)
+LIBS = $(SSL_LIBS)
 
 COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
 if NDEBUG