--- rules/Makefile.am-orig 2017-12-07 13:38:19.342858246 +0900 +++ rules/Makefile.am 2017-12-07 14:14:20.427714349 +0900 @@ -125,6 +125,12 @@ trycode/keymap/hiragana.json \ $(NULL) +test_sticky_files = \ + test-sticky/metadata.json \ + test-sticky/keymap/hiragana.json \ + test-sticky/rom-kana/default.json \ + $(NULL) + nobase_dist_rules_DATA = \ $(default_files) \ $(act_files) \ @@ -136,6 +142,7 @@ $(nicola_files) \ $(tcode_files) \ $(trycode_files) \ + $(test_sticky_files) \ README.rules \ $(NULL)