From 8c111bc04c9ad0fb87b0d03be4711744c9796107 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 22 Oct 2008 14:37:07 -0700 Subject: [PATCH] No need to pass -DVERSION=... to C compiler: Autoconf puts it into config.h. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)\" -- 2.43.0