projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b3fd94
)
Remove redundant @CFLAGS@ from AM_CFLAGS.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 24 Jun 2011 10:27:04 +0000
(12:27 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 24 Jun 2011 10:27:04 +0000
(12:27 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
491f011
..
ff011f8
100644
(file)
--- 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`