source: projects/specs/trunk/lib/libs/libskk/rules_Makefile.am.patch @ 11267

Revision 11267, 552 bytes checked in by ara_t, 6 years ago (diff)

libskk: initial commit

  • rules/Makefile.

    old new  
    125125        trycode/keymap/hiragana.json            \ 
    126126        $(NULL) 
    127127 
     128test_sticky_files = \ 
     129        test-sticky/metadata.json                       \ 
     130        test-sticky/keymap/hiragana.json                \ 
     131        test-sticky/rom-kana/default.json               \ 
     132        $(NULL) 
     133 
    128134nobase_dist_rules_DATA =                        \ 
    129135        $(default_files)                        \ 
    130136        $(act_files)                            \ 
     
    136142        $(nicola_files)                         \ 
    137143        $(tcode_files)                          \ 
    138144        $(trycode_files)                        \ 
     145        $(test_sticky_files)                    \ 
    139146        README.rules                            \ 
    140147        $(NULL) 
    141148 
Note: See TracBrowser for help on using the repository browser.