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>2012-01-20 21:20:04 +0400
committerJo Shields <directhex@apebox.org>2012-01-20 21:20:04 +0400
commitf42cb46adcb6b6ce76d216bd993ae7806486ffe4 (patch)
tree8a3ba2389d0a2c32edf9864b85a59c0a3c46cceb /main/src/addins/MonoDevelop.Autotools/templates
parente04ed869aa06877314b59fb8f7e9a7365e2d338b (diff)
Update Autotools exporter template not to try and use pkglib_SCRIPTS for assemblies, as Automake 1.11.2 does not permit this.
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools/templates')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/templates/Makefile.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/templates/Makefile.include b/main/src/addins/MonoDevelop.Autotools/templates/Makefile.include
index 572b69c5b4..cb6c1bfee1 100644
--- a/main/src/addins/MonoDevelop.Autotools/templates/Makefile.include
+++ b/main/src/addins/MonoDevelop.Autotools/templates/Makefile.include
@@ -62,7 +62,8 @@ EXTRA_DIST += $(build_sources) $(build_resx_files) $(build_others_files) $(ASSEM
CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) $(build_satellite_assembly_list)
DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
-pkglib_SCRIPTS = $(ASSEMBLY)
+programfilesdir = $(pkglibdir)
+programfiles_DATA = $(ASSEMBLY)
bin_SCRIPTS = $(BINARIES)
%%DEPLOY_DIRS%%