Remove redundant @CFLAGS@ from AM_CFLAGS.

This commit is contained in:
Guus Sliepen 2011-06-24 12:27:04 +02:00
parent 4b3fd94b1c
commit 3c0511984f

View file

@ -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`