Remove redundant @CFLAGS@ from AM_CFLAGS.
[oweals/tinc.git] / src / Makefile.am
index 491f0115ba0a137a4edb7ba2e0400624b1a266db..ff011f8cfe7cf2559dd2f0e4aff845d83f227b5b 100644 (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`