From: Ben Pfaff Date: Wed, 22 Oct 2008 21:37:07 +0000 (-0700) Subject: No need to pass -DVERSION=... to C compiler: Autoconf puts it into config.h. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8c111bc04c9ad0fb87b0d03be4711744c9796107;p=sliver-openvswitch.git No need to pass -DVERSION=... to C compiler: Autoconf puts it into config.h. --- diff --git a/Makefile.am b/Makefile.am index 26ac9eabf..70ef61ad2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)\"