Revamp build system to make it easier to integrate openflowext.
[sliver-openvswitch.git] / Make.vars
index 9b8b342..6e495d8 100644 (file)
--- a/Make.vars
+++ b/Make.vars
@@ -1,17 +1,2 @@
 # -*- makefile -*-
 
-if HAVE_NETLINK
-AM_CPPFLAGS = -DHAVE_NETLINK=1 
-endif
-
-COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
-if NDEBUG
-COMMON_FLAGS += -DNDEBUG -fomit-frame-pointer
-endif
-
-AM_CFLAGS = $(COMMON_FLAGS)
-AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
-
-if !NDEBUG
-AM_LDFLAGS = -export-dynamic
-endif