Makefile.am 273 B

123456789101112131415
  1. ## Process this file with automake to get Makefile.in
  2. AUTOMAKE_OPTIONS = gnu
  3. SUBDIRS = src doc systemd
  4. ACLOCAL_AMFLAGS = -I m4
  5. EXTRA_DIST = COPYING.README README.android
  6. ChangeLog:
  7. git log > ChangeLog
  8. astyle:
  9. astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]