Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
manifest: add missing lua_private.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Dec 4, 2009
1 parent bc50bfb commit d365759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.pir
Expand Up @@ -154,7 +154,7 @@ SOURCES
$P0['inst_lang'] = $P8

# dist
$P1 = glob('luac2pir.pir test_lex.pir lua/lib/luabytecode.rules build/translator.pl lua/library/Test/More.lua t/lua-TestMore/test_lua51/*.t')
$P1 = glob('luac2pir.pir test_lex.pir dynext/pmc/lua_private.h lua/lib/luabytecode.rules build/translator.pl lua/library/Test/More.lua t/lua-TestMore/test_lua51/*.t')
$P0['manifest_includes'] = $P1
$P2 = split ' ', 'lua/lib/luabytecode_gen.pir lua/library/Test/More.pir'
$P0['manifest_excludes'] = $P2
Expand Down

0 comments on commit d365759

Please sign in to comment.