Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add IO/Dir.pm to settings
  • Loading branch information
lizmat committed Nov 1, 2014
1 parent 86af5ee commit c466b28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -120,6 +120,7 @@ J_CORE_SOURCES = \
src/core/Grammar.pm \
src/core/Regex.pm \
src/core/IO.pm \
src/core/IO/Dir.pm \
src/core/IO/Spec.pm \
src/core/IO/Spec/Unix.pm \
src/core/IO/Spec/Win32.pm \
Expand Down
1 change: 1 addition & 0 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -203,6 +203,7 @@ P_CORE_SOURCES = \
src/core/Grammar.pm \
src/core/Regex.pm \
src/core/IO.pm \
src/core/IO/Dir.pm \
src/core/IO/Spec.pm \
src/core/IO/Spec/Unix.pm \
src/core/IO/Spec/Win32.pm \
Expand Down
1 change: 1 addition & 0 deletions tools/build/moar_core_sources
Expand Up @@ -68,6 +68,7 @@ src/core/Cursor.pm
src/core/Grammar.pm
src/core/Regex.pm
src/core/IO.pm
src/core/IO/Dir.pm
src/core/IO/Spec.pm
src/core/IO/Spec/Unix.pm
src/core/IO/Spec/Win32.pm
Expand Down

0 comments on commit c466b28

Please sign in to comment.