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:
authorMarius Ungureanu <teromario@yahoo.com>2018-02-16 22:31:46 +0300
committerGitHub <noreply@github.com>2018-02-16 22:31:46 +0300
commite1de20f0eec6d66e78cf0640f00b03c1afcf7f23 (patch)
tree95b19ddbcb127cbb8e28498f6d8f85eda99e2fa9 /main/Makefile.am
parente3dd7658390a3c13231449cbc3fac9cdf11e1775 (diff)
Make dist2 (#3879)
* Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 7f0efcc233..9a8c1aa67f 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/xbuild.include
-SUBDIRS = external . contrib src po man theme-icons build tests
+SUBDIRS = external . contrib src po man theme-icons msbuild build tests
MD_CONFIGURE=$(top_srcdir)/../scripts/configure.sh
@@ -207,7 +207,7 @@ app-dir: all
# we can't use the variables that are conditionally defined
EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(appdata_DATA) $(pixmap_DATA) \
monodevelop.xml $(pkgconfig_in_files) external/Makefile.in \
- Main.sln \
+ Main.sln MonoDevelop.props Directory.Build.props \
md.targets
DISTCLEANFILES = monodevelop intltool-extract intltool-merge intltool-update \