X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Make.vars;h=6e495d84a7076f7d6409e195c268843a469b9a42;hb=c07c7f5e9e09a4f436ee7f1514cdae759c34b0ba;hp=9b8b342f834840733c49c16c2a868f714eed90ba;hpb=468e00132f76a6d057da1520873e7a468ccae422;p=sliver-openvswitch.git diff --git a/Make.vars b/Make.vars index 9b8b342f8..6e495d84a 100644 --- 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