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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2014-05-27 23:15:43 +0400
committerTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2014-05-27 23:15:43 +0400
commit18a7fc1b675a299997e3ae29f0e2b0bcbcf10b55 (patch)
tree49d396703993e417e642be84e23a4b9f1c45d7d0 /main/configure.in
parent76793bb2e1d7edb65cae9b7622ae4ce7fc8202a7 (diff)
this commit makes sure that these files are part of the tarball:
from src/core/MonoDevelop.Ide: gtkrc gtkrc.win32 gtkrc.win32-vista gtkrc.mac the file src/core/MonoDevelop.Core/BuildVariables.cs.in the projects: tests\TestRunner\TestRunner.csproj src\core\MonoDevelop.TextEditor.Tests\MonoDevelop.TextEditor.Tests.csproj tests\Ide.Tests\Ide.Tests.csproj
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/configure.in b/main/configure.in
index 87c83846cd..a2172e85d8 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -279,6 +279,7 @@ src/core/MonoDevelop.Core/Makefile
src/core/MonoDevelop.Projects.Formats.MSBuild/Makefile
src/core/MonoDevelop.Ide/Makefile
src/core/MonoDevelop.Startup/Makefile
+src/core/MonoDevelop.TextEditor.Tests/Makefile
src/tools/Makefile
src/tools/mdhost/Makefile
src/tools/mdtool/Makefile
@@ -340,6 +341,8 @@ src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/Mak
tests/Makefile
tests/UnitTests/Makefile
tests/UserInterfaceTests/Makefile
+tests/TestRunner/Makefile
+tests/Ide.Tests/Makefile
tests/MacPlatform.Tests/Makefile
Makefile
monodevelop