--- rules/Makefile.in-orig	2017-11-10 22:43:30.000000000 +0900
+++ rules/Makefile.in	2017-12-07 14:12:24.197325450 +0900
@@ -458,6 +458,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)				\
@@ -469,6 +475,7 @@
 	$(nicola_files)				\
 	$(tcode_files)				\
 	$(trycode_files)			\
+	$(test_sticky_files)			\
 	README.rules				\
 	$(NULL)