Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we also compile IO::Local/File
  • Loading branch information
lizmat committed Nov 3, 2014
1 parent 501b3ce commit f570202
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -120,7 +120,9 @@ J_CORE_SOURCES = \
src/core/Grammar.pm \
src/core/Regex.pm \
src/core/IO.pm \
src/core/IO/Local.pm \
src/core/IO/Dir.pm \
src/core/IO/File.pm \
src/core/IO/Spec.pm \
src/core/IO/Spec/Unix.pm \
src/core/IO/Spec/Win32.pm \
Expand Down
2 changes: 2 additions & 0 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -203,7 +203,9 @@ P_CORE_SOURCES = \
src/core/Grammar.pm \
src/core/Regex.pm \
src/core/IO.pm \
src/core/IO/Local.pm \
src/core/IO/Dir.pm \
src/core/IO/File.pm \
src/core/IO/Spec.pm \
src/core/IO/Spec/Unix.pm \
src/core/IO/Spec/Win32.pm \
Expand Down
2 changes: 2 additions & 0 deletions tools/build/moar_core_sources
Expand Up @@ -68,7 +68,9 @@ src/core/Cursor.pm
src/core/Grammar.pm
src/core/Regex.pm
src/core/IO.pm
src/core/IO/Local.pm
src/core/IO/Dir.pm
src/core/IO/File.pm
src/core/IO/Spec.pm
src/core/IO/Spec/Unix.pm
src/core/IO/Spec/Win32.pm
Expand Down

0 comments on commit f570202

Please sign in to comment.