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
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/configure.in3
-rw-r--r--main/src/core/Makefile.am3
-rw-r--r--main/src/core/MonoDevelop.Core/Makefile.am3
-rw-r--r--main/src/core/MonoDevelop.Ide/Makefile.am8
-rw-r--r--main/src/core/MonoDevelop.TextEditor.Tests/Makefile.am1
-rw-r--r--main/tests/Ide.Tests/Makefile.am1
-rw-r--r--main/tests/Makefile.am2
-rw-r--r--main/tests/TestRunner/Makefile.am1
8 files changed, 19 insertions, 3 deletions
diff --git a/main/configure.in b/main/configure.in
index 4d4d722bfb..e49f44c763 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
diff --git a/main/src/core/Makefile.am b/main/src/core/Makefile.am
index 3b02756b8e..a71f67828c 100644
--- a/main/src/core/Makefile.am
+++ b/main/src/core/Makefile.am
@@ -2,5 +2,6 @@ SUBDIRS = \
MonoDevelop.Projects.Formats.MSBuild \
MonoDevelop.Core \
Mono.Texteditor \
- MonoDevelop.Ide MonoDevelop.Startup
+ MonoDevelop.Ide MonoDevelop.Startup \
+ MonoDevelop.TextEditor.Tests
diff --git a/main/src/core/MonoDevelop.Core/Makefile.am b/main/src/core/MonoDevelop.Core/Makefile.am
index c9cc87438f..0f98ef2b7e 100644
--- a/main/src/core/MonoDevelop.Core/Makefile.am
+++ b/main/src/core/MonoDevelop.Core/Makefile.am
@@ -1 +1,4 @@
include $(top_srcdir)/xbuild.include
+
+EXTRA_DIST += \
+ BuildVariables.cs.in
diff --git a/main/src/core/MonoDevelop.Ide/Makefile.am b/main/src/core/MonoDevelop.Ide/Makefile.am
index deb0ebdaf3..1056586d0a 100644
--- a/main/src/core/MonoDevelop.Ide/Makefile.am
+++ b/main/src/core/MonoDevelop.Ide/Makefile.am
@@ -1 +1,7 @@
-include $(top_srcdir)/xbuild.include \ No newline at end of file
+include $(top_srcdir)/xbuild.include
+
+EXTRA_DIST += \
+ gtkrc \
+ gtkrc.mac \
+ gtkrc.win32 \
+ gtkrc.win32-vista
diff --git a/main/src/core/MonoDevelop.TextEditor.Tests/Makefile.am b/main/src/core/MonoDevelop.TextEditor.Tests/Makefile.am
new file mode 100644
index 0000000000..c9cc87438f
--- /dev/null
+++ b/main/src/core/MonoDevelop.TextEditor.Tests/Makefile.am
@@ -0,0 +1 @@
+include $(top_srcdir)/xbuild.include
diff --git a/main/tests/Ide.Tests/Makefile.am b/main/tests/Ide.Tests/Makefile.am
new file mode 100644
index 0000000000..c9cc87438f
--- /dev/null
+++ b/main/tests/Ide.Tests/Makefile.am
@@ -0,0 +1 @@
+include $(top_srcdir)/xbuild.include
diff --git a/main/tests/Makefile.am b/main/tests/Makefile.am
index 2e6e251bf0..bcc1ce088b 100644
--- a/main/tests/Makefile.am
+++ b/main/tests/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/xbuild.include
-SUBDIRS=UnitTests MacPlatform.Tests UserInterfaceTests
+SUBDIRS=UnitTests MacPlatform.Tests UserInterfaceTests TestRunner Ide.Tests
MONO=mono
HARNESS=$(top_srcdir)/external/mdtestharness/nunit-console-x86.exe -domain=multiple
diff --git a/main/tests/TestRunner/Makefile.am b/main/tests/TestRunner/Makefile.am
new file mode 100644
index 0000000000..c9cc87438f
--- /dev/null
+++ b/main/tests/TestRunner/Makefile.am
@@ -0,0 +1 @@
+include $(top_srcdir)/xbuild.include