projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix #ifdefs that were broken due to commit d178b58.
[tinc]
/
Makefile.am
1
## Process this file with automake to get Makefile.in
2
3
AUTOMAKE_OPTIONS = gnu
4
5
SUBDIRS = src doc distro
6
7
ACLOCAL_AMFLAGS = -I m4
8
9
EXTRA_DIST = COPYING.README README.android
10
11
ChangeLog:
12
git log > ChangeLog
13
14
astyle:
15
astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]