Skip to content

Commit

Permalink
Fix tarballs again (mono#9810)
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex authored and akoeplinger committed Jul 31, 2018
1 parent fa726d3 commit acca4a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions mcs/class/I18N/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include ../../build/rules.make

DISTFILES = \
Assembly/AssemblyInfo.cs \
EncodingTestBase.cs \
README \
README.mono \
mklist.sh \
Expand Down
10 changes: 8 additions & 2 deletions mcs/class/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,14 @@ DISTFILES = \
doc/TemplateTest.cs \
notes/BitVecto32.txt \
MicrosoftAjaxLibrary/License.htm \
test-helpers/NetworkHelpers.cs \
test-helpers/SocketResponder.cs \
test-helpers/AdminHelper.cs \
test-helpers/Configuration.Http.cs \
test-helpers/NetworkHelpers.cs \
test-helpers/NunitHelpers.cs \
test-helpers/PlatformDetection.cs \
test-helpers/RemoteExecutorTestBase.Mobile.cs \
test-helpers/RemoteExecutorTestBase.Mono.cs \
test-helpers/SocketResponder.cs \
$(foreach HOST_PLATFORM,macos linux win32 unix,lib/$(monolite_dir)/mcs.exe $(monolite_files))

.PHONY: all-local $(STD_TARGETS:=-local)
Expand Down

0 comments on commit acca4a9

Please sign in to comment.