Fix distcheck

libcoretest wasn't being included which broke the verification of the
tarball.
This commit is contained in:
Steven Fackler 2014-06-30 09:13:09 -07:00
parent 04da31e64c
commit 21dba11fec
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ PKG_FILES := \
driver \
etc \
$(foreach crate,$(CRATES),lib$(crate)) \
libcoretest \
libbacktrace \
rt \
rustllvm \