rules_Makefile.am.patch 552 B

1234567891011121314151617181920212223
  1. --- rules/Makefile.am-orig 2017-12-07 13:38:19.342858246 +0900
  2. +++ rules/Makefile.am 2017-12-07 14:14:20.427714349 +0900
  3. @@ -125,6 +125,12 @@
  4. trycode/keymap/hiragana.json \
  5. $(NULL)
  6. +test_sticky_files = \
  7. + test-sticky/metadata.json \
  8. + test-sticky/keymap/hiragana.json \
  9. + test-sticky/rom-kana/default.json \
  10. + $(NULL)
  11. +
  12. nobase_dist_rules_DATA = \
  13. $(default_files) \
  14. $(act_files) \
  15. @@ -136,6 +142,7 @@
  16. $(nicola_files) \
  17. $(tcode_files) \
  18. $(trycode_files) \
  19. + $(test_sticky_files) \
  20. README.rules \
  21. $(NULL)