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:
Diffstat (limited to 'extras/ValaBinding/Makefile.am')
-rw-r--r--extras/ValaBinding/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/ValaBinding/Makefile.am b/extras/ValaBinding/Makefile.am
index 1203dad655..03500e5c0b 100644
--- a/extras/ValaBinding/Makefile.am
+++ b/extras/ValaBinding/Makefile.am
@@ -1,5 +1,6 @@
ADDIN_BUILD = $(top_builddir)/build
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.ValaBinding.dll
+ASSEMBLY_CONFIG = MonoDevelop.ValaBinding.dll.config
REFS = \
$(GLIB_SHARP_LIBS) \
@@ -88,9 +89,10 @@ $(ASSEMBLY): $(build_sources) $(build_resources)
mkdir -p $(ADDIN_BUILD)
$(LOCAL_PKGCONFIG) $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(REFS) \
$(build_resources:%=/resource:%) $(build_sources)
+ cp $(ASSEMBLY_CONFIG) $(ADDIN_BUILD)
valabindinglibdir = $(prefix)/lib/monodevelop/AddIns/BackendBindings
-valabindinglib_DATA = $(ASSEMBLY)
+valabindinglib_DATA = $(ASSEMBLY) $(ASSEMBLY_CONFIG)
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb