Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-02-27 00:21:20 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-27 00:26:33 +0400
commitb8ceff9bf884a1253be92a289973d12386457146 (patch)
tree8343101bdfd8b39471b74f85d0705fb6cc5a784d /mcs/tests/Makefile
parent78808ee784db5ca7d22de87ccfdd7de5d7542c05 (diff)
Fix make dist
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index da3feccac41..b0a932eb4f9 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -6,7 +6,7 @@ thisdir = tests
SUBDIRS =
include ../build/rules.make
-DISTFILES = $(wildcard dlls/**/*.cs)
+DISTFILES = $(wildcard dlls/**/*.cs) $(wildcard dlls/*.cs) $(wildcard dlls/*.inc)
DISTFILES += $(wildcard *.cs) $(wildcard *.il) $(wildcard *.xml) $(wildcard *.inc) $(wildcard known-issues-*) $(wildcard *.snk)
with_mono_path = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH"