From 3c0511984f0041f79e64bcc55d58680f86e8e408 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 24 Jun 2011 12:27:04 +0200 Subject: [PATCH 1/1] Remove redundant @CFLAGS@ from AM_CFLAGS. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 491f0115..ff011f8c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,7 @@ endif tincd_LDADD = \ $(top_builddir)/lib/libvpn.a -AM_CFLAGS = @CFLAGS@ -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" +AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" dist-hook: rm -f `find . -type l` -- 2.20.1