Retain `hmm.h` and `hmm.c` in binary distribution of `stx:librun` stx-8.0.0
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Aug 2017 10:56:59 +0100
branchstx-8.0.0
changeset 167 d0beeb5b1927
parent 166 4228ac22f9a1
child 168 37f3dd667f71
Retain `hmm.h` and `hmm.c` in binary distribution of `stx:librun` ...as these are MIT licensed.
rakelib/compile.rake
--- a/rakelib/compile.rake	Wed Aug 09 10:16:40 2017 +0100
+++ b/rakelib/compile.rake	Wed Aug 09 10:56:59 2017 +0100
@@ -84,6 +84,8 @@
     'symlist.c',
     'Make.proto',
     'makefile',
+    'hmm.h',
+    'hmm.c',
   ]
   LIBRUN_BINARY_FILES2 = []
 elsif win32?