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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-16 05:53:37 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-16 05:53:37 +0300
commit78a8f95819f579a96ce1dd8a55c9f5f1a7e9aae5 (patch)
tree9b29dab5aeb30a7ca2a85083a6f00c2434b8d046 /main/src/addins/MonoDevelop.Debugger.Gdb
parent3f1be30cc19bbefbdd46c4151c2b38f8acf52c6f (diff)
Remove redundant build infrastructure
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger.Gdb')
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Gdb/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger.Gdb/Makefile.am b/main/src/addins/MonoDevelop.Debugger.Gdb/Makefile.am
deleted file mode 100644
index c9cc87438f..0000000000
--- a/main/src/addins/MonoDevelop.Debugger.Gdb/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-include $(top_srcdir)/xbuild.include