Makefile.am 372 B

12345678910111213141516171819
  1. ##################################################################
  2. #
  3. # uEcho for C
  4. #
  5. # Copyright (C) Satoshi Konno 2015
  6. #
  7. # This is licensed under BSD-style license, see file COPYING.
  8. #
  9. ##################################################################
  10. SUBDIRS = include lib
  11. if UECHO_ENABLE_EXAMPLES
  12. SUBDIRS += examples
  13. endif
  14. if UECHO_ENABLE_TEST
  15. SUBDIRS += test
  16. endif