X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=Makefile.am;h=8e43fe52673a99944e414974bbf0789a5b9559c0;hp=0ea29c83b541878dcee692f6e63637887e080016;hb=5b931cc42dedaa72604a836d8a765e8f00656303;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/Makefile.am b/Makefile.am index 0ea29c83..8e43fe52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,15 @@ ## Process this file with automake to get Makefile.in -AUTOMAKE_OPTIONS = gnits +AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 lib cipher src doc +SUBDIRS = src doc systemd -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = TODO +EXTRA_DIST = COPYING.README README.android +ChangeLog: + git log > ChangeLog + +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]