No need to pass -DVERSION=... to C compiler: Autoconf puts it into config.h.
[sliver-openvswitch.git] / Makefile.am
index 26ac9ea..70ef61a 100644 (file)
@@ -18,8 +18,7 @@ if HAVE_EXT
 AM_CPPFLAGS += -I $(top_srcdir)/ext/include
 endif
 
-AM_CFLAGS = -DVERSION=\"$(VERSION)\"
-AM_CFLAGS += -Wstrict-prototypes
+AM_CFLAGS = -Wstrict-prototypes
 
 rundir = $(localstatedir)/run
 AM_CFLAGS += -DRUNDIR=\"$(rundir)\"