Skip to content

Commit

Permalink
Configure/dist changes for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Jun 2, 2019
1 parent e77e3ce commit 3c959b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ def default_from_script_path(optname, orig, alternatives):
'duk_harray.h',
'duk_hboundfunc.h',
'duk_hbuffer_alloc.c',
'duk_hbuffer_assert.c',
'duk_hbuffer.h',
'duk_hbuffer_ops.c',
'duk_hbufobj.h',
Expand All @@ -461,6 +462,7 @@ def default_from_script_path(optname, orig, alternatives):
'duk_heap.h',
'duk_heap_hashstring.c',
'duk_heaphdr.h',
'duk_heaphdr_assert.c',
'duk_heap_finalize.c',
'duk_heap_markandsweep.c',
'duk_heap_memory.c',
Expand All @@ -470,6 +472,7 @@ def default_from_script_path(optname, orig, alternatives):
'duk_heap_stringtable.c',
'duk_hnatfunc.h',
'duk_hobject_alloc.c',
'duk_hobject_assert.c',
'duk_hobject_class.c',
'duk_hobject_enum.c',
'duk_hobject.h',
Expand All @@ -478,6 +481,7 @@ def default_from_script_path(optname, orig, alternatives):
'duk_hobject_props.c',
'duk_hproxy.h',
'duk_hstring.h',
'duk_hstring_assert.c',
'duk_hstring_misc.c',
'duk_hthread_alloc.c',
'duk_hthread_builtins.c',
Expand Down
4 changes: 4 additions & 0 deletions util/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ def main():
'duk_harray.h',
'duk_hboundfunc.h',
'duk_hbuffer_alloc.c',
'duk_hbuffer_assert.c',
'duk_hbuffer.h',
'duk_hbuffer_ops.c',
'duk_hbufobj.h',
Expand All @@ -370,6 +371,7 @@ def main():
'duk_heap.h',
'duk_heap_hashstring.c',
'duk_heaphdr.h',
'duk_heaphdr_assert.c',
'duk_heap_finalize.c',
'duk_heap_markandsweep.c',
'duk_heap_memory.c',
Expand All @@ -380,6 +382,7 @@ def main():
'duk_henv.h',
'duk_hnatfunc.h',
'duk_hobject_alloc.c',
'duk_hobject_assert.c',
'duk_hobject_class.c',
'duk_hobject_enum.c',
'duk_hobject.h',
Expand All @@ -388,6 +391,7 @@ def main():
'duk_hobject_props.c',
'duk_hproxy.h',
'duk_hstring.h',
'duk_hstring_assert.c',
'duk_hstring_misc.c',
'duk_hthread_alloc.c',
'duk_hthread_builtins.c',
Expand Down

0 comments on commit 3c959b3

Please sign in to comment.