diff options
Diffstat (limited to 'byterun/Makefile.common')
-rwxr-xr-x | byterun/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/Makefile.common b/byterun/Makefile.common index 2a8d360ff6..ac6391f765 100755 --- a/byterun/Makefile.common +++ b/byterun/Makefile.common @@ -30,7 +30,7 @@ PRIMS=\ alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c \ intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c \ signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c \ - dynlink.c + dynlink.c backtrace.c PUBLIC_INCLUDES=\ alloc.h callback.h config.h custom.h fail.h intext.h \ |