]> git.meshlink.io Git - meshlink/blob - Makefile.am
Add COPYING.README, detailing license obligations for users of MeshLink.
[meshlink] / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 AUTOMAKE_OPTIONS = gnu
4
5 SUBDIRS =  catta src doc test examples
6
7 ACLOCAL_AMFLAGS = -I m4 
8
9 EXTRA_DIST = \
10         COPYING.README \
11         README.android
12
13 ChangeLog:
14         git log > ChangeLog
15
16 astyle:
17         astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]