From: Guus Sliepen Date: Fri, 24 Jun 2011 10:27:04 +0000 (+0200) Subject: Remove redundant @CFLAGS@ from AM_CFLAGS. X-Git-Tag: release-1.0.15~1 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=3c0511984f0041f79e64bcc55d58680f86e8e408;ds=sidebyside Remove redundant @CFLAGS@ from AM_CFLAGS. --- 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`