tinc/Makefile.am

16 lines
273 B
Makefile
Raw Normal View History

2019-08-26 11:44:36 +00:00
## Process this file with automake to get Makefile.in
AUTOMAKE_OPTIONS = gnu
2019-08-26 11:52:00 +00:00
SUBDIRS = src doc systemd
2019-08-26 11:44:36 +00:00
2019-08-26 11:52:00 +00:00
ACLOCAL_AMFLAGS = -I m4
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:51 +00:00
EXTRA_DIST = COPYING.README README.android
2019-08-26 11:44:36 +00:00
ChangeLog:
2019-08-26 11:52:00 +00:00
git log > ChangeLog
2019-08-26 11:44:53 +00:00
astyle:
astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]