1
Fork 0

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
commit 21dba11fec

View file

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