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:
authorJo Shields <directhex@apebox.org>2011-11-10 22:13:15 +0400
committerJo Shields <directhex@apebox.org>2011-11-10 22:13:15 +0400
commite04ed869aa06877314b59fb8f7e9a7365e2d338b (patch)
treeb16396032cff542d5de9997d8d08d30cc70bf309 /extras/ValaBinding
parente25fb2235884a7d295c6bcb569a629efbdde456d (diff)
Ensure ASSEMBLY_CONFIG is added to EXTRA_DIST. Otherwise MonoDevelop.ValaBinding.dll.config is missing from generated tarballs, causing build failure from tarballs.
Diffstat (limited to 'extras/ValaBinding')
-rw-r--r--extras/ValaBinding/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ValaBinding/Makefile.am b/extras/ValaBinding/Makefile.am
index 03500e5c0b..eb50d3c406 100644
--- a/extras/ValaBinding/Makefile.am
+++ b/extras/ValaBinding/Makefile.am
@@ -96,7 +96,7 @@ valabindinglib_DATA = $(ASSEMBLY) $(ASSEMBLY_CONFIG)
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
-EXTRA_DIST = $(FILES) $(RES)
+EXTRA_DIST = $(FILES) $(RES) $(ASSEMBLY_CONFIG)
# include $(top_srcdir)/Makefile.include