projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1e690
)
Don't search in local directories for include files.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 17 Jul 2013 16:02:07 +0000
(18:02 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 17 Jul 2013 16:02:07 +0000
(18:02 +0200)
Tinc's source code doesn't rely on this anymore, and this gets rid of potential conflicts with
system headers.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
57e0b69
..
7531301
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-4,6
+4,8
@@
sbin_PROGRAMS = tincd tinc sptps_test
EXTRA_DIST = linux bsd solaris cygwin mingw openssl gcrypt
+DEFAULT_INCLUDES =
+
tincd_SOURCES = \
buffer.c \
conf.c \