|
|
@@ -266,8 +266,8 @@ EXTRA_DISTFILES = \
|
|
|
SQLiteProviders_DatabaseSchema.sql \
|
|
|
$(shell find Test/standalone-runner-support/ -name "*.cs" -type f -printf "'%p' ") \
|
|
|
$(shell find Test/standalone-tests/ -name "*.cs" -type f -printf "'%p' " -o -name "*.cs.in" -type f -printf "'%p' ") \
|
|
|
- $(shell find Test/standalone/ -not -name .svn -prune -o -printf "'%p' ") \
|
|
|
- $(shell find Test/tools/ -not -name .svn -prune -o -printf "'%p' ") \
|
|
|
+ $(shell find Test/standalone/ -path '*/.svn' -prune -o -type f -printf "'%p' ") \
|
|
|
+ $(shell find Test/tools/ -path '*/.svn' -prune -o -type f -printf "'%p' ") \
|
|
|
System.Web_standalone_test.dll.sources \
|
|
|
standalone-runner-support.dll.sources \
|
|
|
ASPState.sql
|