Skip to content

Commit

Permalink
add files System.Configuration.dll and System.Security.dll to monolit…
Browse files Browse the repository at this point in the history
…e directory in tarball

to avoid: error CS0006: Metadata file `System.Security.dll' could not be found
  • Loading branch information
tpokorra committed May 30, 2014
1 parent 2eaf6e7 commit 993f477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ dist-hook:
test -d $(distdir)/mcs || mkdir $(distdir)/mcs
d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive
rm -rf `find $(top_distdir)/external -path '*\.git' -and -type d`
cp mcs/class/lib/basic/System.Configuration.dll mcs/class/lib/monolite/
cp mcs/class/lib/basic/System.Security.dll mcs/class/lib/monolite/
# Disable this for now because it is very slow and causes wrench to timeout:
# test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry

Expand Down

0 comments on commit 993f477

Please sign in to comment.